File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 1- #![ feature( alloc_error_handler) ]
21#![ cfg_attr( not( test) , no_builtins) ]
32#![ cfg_attr( not( test) , no_std) ]
43#![ cfg_attr( not( test) , no_main) ]
Original file line number Diff line number Diff line change 1- #![ feature( alloc_error_handler) ]
21#![ cfg_attr( not( test) , no_builtins) ]
32#![ cfg_attr( not( test) , no_std) ]
43#![ cfg_attr( not( test) , no_main) ]
Original file line number Diff line number Diff line change 1- #![ feature( alloc_error_handler) ]
21#![ cfg_attr( not( test) , no_builtins) ]
32#![ cfg_attr( not( test) , no_std) ]
43#![ cfg_attr( not( test) , no_main) ]
Original file line number Diff line number Diff line change @@ -18,11 +18,6 @@ mod runtime {
1818 unsafe { core:: hint:: unreachable_unchecked ( ) }
1919 }
2020
21- #[ alloc_error_handler]
22- fn alloc_fail ( _: core:: alloc:: Layout ) -> ! {
23- unsafe { core:: hint:: unreachable_unchecked ( ) }
24- }
25-
2621 #[ no_mangle]
2722 #[ allow( non_snake_case) ]
2823 fn _Unwind_Resume ( ) {
You can’t perform that action at this time.
0 commit comments