File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 66#![ feature( unboxed_closures) ]
77#![ feature( test) ]
88#![ feature( fn_traits) ]
9- #![ feature( trusted_step) ]
109
1110pub mod bit_set;
1211pub mod vec;
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ impl Idx for u32 {
6565/// `u32::MAX`. You can also customize things like the `Debug` impl,
6666/// what traits are derived, and so forth via the macro.
6767#[ macro_export]
68- #[ allow_internal_unstable( step_trait, rustc_attrs) ]
68+ #[ allow_internal_unstable( step_trait, rustc_attrs, trusted_step ) ]
6969macro_rules! newtype_index {
7070 // ---- public rules ----
7171
Original file line number Diff line number Diff line change 2121#![ feature( nll) ]
2222#![ feature( min_specialization) ]
2323#![ feature( thread_local_const_init) ]
24- #![ feature( trusted_step) ]
2524
2625#[ macro_use]
2726extern crate rustc_macros;
You can’t perform that action at this time.
0 commit comments