File tree 5 files changed +0
-11
lines changed
5 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 4
4
// to link due to the missing intrinsic (symbol).
5
5
6
6
#![ allow( unused_features) ]
7
- #![ allow( stable_features) ] // bench_black_box feature is stable, leaving for backcompat
8
7
#![ allow( internal_features) ]
9
8
#![ cfg_attr( thumb, no_main) ]
10
9
#![ deny( dead_code) ]
11
10
#![ feature( allocator_api) ]
12
- #![ feature( bench_black_box) ]
13
11
#![ feature( f128) ]
14
12
#![ feature( f16) ]
15
13
#![ feature( lang_items) ]
Original file line number Diff line number Diff line change 1
1
#![ cfg_attr( feature = "compiler-builtins" , compiler_builtins) ]
2
- #![ cfg_attr( not( feature = "no-asm" ) , feature( asm) ) ]
3
2
#![ feature( abi_unadjusted) ]
4
3
#![ feature( asm_experimental_arch) ]
5
- #![ cfg_attr( not( feature = "no-asm" ) , feature( global_asm) ) ]
6
4
#![ feature( cfg_target_has_atomic) ]
7
5
#![ feature( compiler_builtins) ]
8
- #![ feature( core_ffi_c) ]
9
6
#![ feature( core_intrinsics) ]
10
- #![ feature( inline_const) ]
11
- #![ feature( lang_items) ]
12
7
#![ feature( linkage) ]
13
8
#![ feature( naked_functions) ]
14
9
#![ feature( repr_simd) ]
15
- #![ feature( c_unwind) ]
16
10
#![ cfg_attr( f16_enabled, feature( f16) ) ]
17
11
#![ cfg_attr( f128_enabled, feature( f128) ) ]
18
12
#![ no_builtins]
Original file line number Diff line number Diff line change 5
5
feature = "mem"
6
6
) ) ]
7
7
#![ feature( compiler_builtins_lib) ]
8
- #![ feature( lang_items) ]
9
8
#![ no_std]
10
9
11
10
extern crate compiler_builtins;
Original file line number Diff line number Diff line change 5
5
feature = "mem"
6
6
) ) ]
7
7
#![ feature( compiler_builtins_lib) ]
8
- #![ feature( lang_items) ]
9
8
#![ no_std]
10
9
11
10
extern crate compiler_builtins;
Original file line number Diff line number Diff line change 5
5
feature = "mem"
6
6
) ) ]
7
7
#![ feature( compiler_builtins_lib) ]
8
- #![ feature( lang_items) ]
9
8
#![ no_std]
10
9
11
10
extern crate compiler_builtins;
You can’t perform that action at this time.
0 commit comments