File tree 3 files changed +1
-3
lines changed
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 6
6
#![ feature( unboxed_closures) ]
7
7
#![ feature( test) ]
8
8
#![ feature( fn_traits) ]
9
- #![ feature( trusted_step) ]
10
9
11
10
pub mod bit_set;
12
11
pub mod vec;
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ impl Idx for u32 {
65
65
/// `u32::MAX`. You can also customize things like the `Debug` impl,
66
66
/// what traits are derived, and so forth via the macro.
67
67
#[ macro_export]
68
- #[ allow_internal_unstable( step_trait, rustc_attrs) ]
68
+ #[ allow_internal_unstable( step_trait, rustc_attrs, trusted_step ) ]
69
69
macro_rules! newtype_index {
70
70
// ---- public rules ----
71
71
Original file line number Diff line number Diff line change 21
21
#![ feature( nll) ]
22
22
#![ feature( min_specialization) ]
23
23
#![ feature( thread_local_const_init) ]
24
- #![ feature( trusted_step) ]
25
24
26
25
#[ macro_use]
27
26
extern crate rustc_macros;
You can’t perform that action at this time.
0 commit comments