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