File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 382382 "init" : " std::ptr::null()" ,
383383 "type" : " *const ::brotli_sys::BrotliDecoderState" ,
384384 "is_unsafe_pointer" : true
385+ },
386+ "t5" : {
387+ "init" : " ::brotli_sys::BROTLI_DECODER_NO_ERROR" ,
388+ "type" : " ::brotli_sys::BrotliDecoderErrorCode"
385389 }
386390}
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ using t1 = BrotliDecoderResult;
88using t2 = BrotliEncoderMode;
99using t3 = BrotliDecoderStateStruct *;
1010using t4 = const BrotliDecoderStateStruct *;
11+ using t5 = BrotliDecoderErrorCode;
1112
1213BrotliEncoderMode f1 () { return BROTLI_MODE_FONT; }
1314
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ fn types() {
66 let t2: :: brotli_sys:: BrotliEncoderMode = :: brotli_sys:: BROTLI_MODE_GENERIC ;
77 let t3: * mut :: brotli_sys:: BrotliDecoderState = std:: ptr:: null_mut ( ) ;
88 let t4: * const :: brotli_sys:: BrotliDecoderState = std:: ptr:: null ( ) ;
9+ let t5: :: brotli_sys:: BrotliDecoderErrorCode = :: brotli_sys:: BROTLI_DECODER_NO_ERROR ;
910}
1011
1112unsafe fn f1 ( ) -> :: brotli_sys:: BrotliEncoderMode {
You can’t perform that action at this time.
0 commit comments