File tree Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 4
4
#![ feature( maybe_uninit_uninit_array) ]
5
5
#![ feature( maybe_uninit_array_assume_init) ]
6
6
#![ feature( naked_functions) ]
7
- #![ feature( alloc_error_handler) ]
8
7
#![ cfg_attr( not( test) , no_std) ]
9
8
extern crate alloc;
10
9
#[ cfg( not( test) ) ]
Original file line number Diff line number Diff line change 1
- #![ feature( fn_align) ]
2
- #![ feature( maybe_uninit_uninit_array) ]
3
- #![ feature( maybe_uninit_slice) ]
4
- #![ feature( maybe_uninit_array_assume_init) ]
5
- #![ feature( naked_functions) ]
6
1
#![ feature( alloc_error_handler) ]
7
2
#![ cfg_attr( not( test) , no_builtins) ]
8
3
#![ cfg_attr( not( test) , no_std) ]
Original file line number Diff line number Diff line change 1
- #![ feature( fn_align) ]
2
- #![ feature( maybe_uninit_uninit_array) ]
3
- #![ feature( maybe_uninit_slice) ]
4
- #![ feature( maybe_uninit_array_assume_init) ]
5
- #![ feature( naked_functions) ]
6
1
#![ feature( alloc_error_handler) ]
7
2
#![ cfg_attr( not( test) , no_builtins) ]
8
3
#![ cfg_attr( not( test) , no_std) ]
Original file line number Diff line number Diff line change 1
- #![ feature( fn_align) ]
2
- #![ feature( maybe_uninit_uninit_array) ]
3
- #![ feature( maybe_uninit_slice) ]
4
- #![ feature( maybe_uninit_array_assume_init) ]
5
- #![ feature( naked_functions) ]
6
1
#![ feature( alloc_error_handler) ]
7
2
#![ cfg_attr( not( test) , no_builtins) ]
8
3
#![ cfg_attr( not( test) , no_std) ]
You can’t perform that action at this time.
0 commit comments