File tree 2 files changed +2
-14
lines changed
2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 5
5
//! **NOTE**: This is currently in a very experimental state and is subject to change.
6
6
#![ no_std]
7
7
#![ allow( unused_attributes) ]
8
- #![ feature(
9
- global_asm,
10
- asm,
11
- asm_experimental_arch,
12
- box_into_boxed_slice,
13
- allocator_api
14
- ) ]
8
+ #![ feature( asm_experimental_arch, box_into_boxed_slice, allocator_api) ]
15
9
16
10
extern crate alloc;
17
11
Original file line number Diff line number Diff line change 5
5
//!
6
6
//! **NOTE**: This is currently in a very experimental state and is subject to change.
7
7
#![ no_std]
8
- #![ feature(
9
- global_asm,
10
- asm_experimental_arch,
11
- lang_items,
12
- llvm_asm,
13
- alloc_error_handler
14
- ) ]
8
+ #![ feature( asm_experimental_arch, lang_items, alloc_error_handler) ]
15
9
16
10
use core:: arch:: global_asm;
17
11
use core:: { alloc:: Layout , panic:: PanicInfo } ;
You can’t perform that action at this time.
0 commit comments