File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1
1
#![ no_std]
2
2
#![ feature( abi_efiapi) ]
3
- #![ feature( asm) ]
4
3
#![ feature( concat_idents) ]
5
4
#![ feature( core_intrinsics) ]
6
5
#![ feature( custom_test_frameworks) ]
7
6
#![ feature( format_args_nl) ]
8
- #![ feature( global_asm) ]
9
7
#![ feature( lang_items) ]
10
8
#![ feature( log_syntax) ]
11
9
#![ feature( prelude_import) ]
@@ -115,10 +113,8 @@ pub use core::prelude::v1::{
115
113
option_env,
116
114
stringify,
117
115
// Unstable
118
- asm,
119
116
concat_idents,
120
117
format_args_nl,
121
- global_asm,
122
118
log_syntax,
123
119
trace_macros,
124
120
} ;
Original file line number Diff line number Diff line change 28
28
// Re-exported built-in macros
29
29
#[ doc( no_inline) ]
30
30
pub use core:: prelude:: v1:: {
31
- asm,
32
31
assert,
33
32
cfg,
34
33
column,
39
38
file,
40
39
format_args,
41
40
format_args_nl,
42
- global_asm,
43
41
include,
44
42
include_bytes,
45
43
include_str,
You can’t perform that action at this time.
0 commit comments