File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 70
70
#![ warn( missing_docs) ]
71
71
#![ warn( missing_debug_implementations) ]
72
72
#![ allow( explicit_outlives_requirements) ]
73
- #![ allow( incomplete_features) ]
74
73
#![ deny( unsafe_op_in_unsafe_fn) ]
75
74
#![ feature( rustc_allow_const_fn_unstable) ]
76
75
#![ cfg_attr( not( test) , feature( generator_trait) ) ]
90
89
#![ feature( coerce_unsized) ]
91
90
#![ feature( const_btree_new) ]
92
91
#![ feature( const_fn) ]
93
- #![ feature( const_generics) ]
94
92
#![ feature( const_in_array_repeat_expressions) ]
95
93
#![ feature( cow_is_borrowed) ]
96
94
#![ feature( const_cow_is_borrowed) ]
120
118
#![ feature( raw_ref_op) ]
121
119
#![ feature( rustc_attrs) ]
122
120
#![ feature( receiver_trait) ]
121
+ #![ cfg_attr( bootstrap, feature( min_const_generics) ) ]
123
122
#![ feature( min_specialization) ]
124
123
#![ feature( slice_ptr_get) ]
125
124
#![ feature( slice_ptr_len) ]
Original file line number Diff line number Diff line change 62
62
#![ warn( missing_docs) ]
63
63
#![ warn( missing_debug_implementations) ]
64
64
#![ allow( explicit_outlives_requirements) ]
65
- #![ allow( incomplete_features) ]
66
65
#![ feature( rustc_allow_const_fn_unstable) ]
67
66
#![ feature( allow_internal_unstable) ]
68
67
#![ feature( arbitrary_self_types) ]
89
88
#![ feature( const_impl_trait) ]
90
89
#![ feature( const_fn_floating_point_arithmetic) ]
91
90
#![ feature( const_fn_fn_ptr_basics) ]
92
- #![ feature( const_generics) ]
93
91
#![ feature( const_option) ]
94
92
#![ feature( const_precise_live_drops) ]
95
93
#![ feature( const_ptr_offset) ]
131
129
#![ feature( repr_simd, platform_intrinsics) ]
132
130
#![ feature( rustc_attrs) ]
133
131
#![ feature( simd_ffi) ]
132
+ #![ cfg_attr( bootstrap, feature( min_const_generics) ) ]
134
133
#![ feature( min_specialization) ]
135
134
#![ feature( staged_api) ]
136
135
#![ feature( std_internals) ]
You can’t perform that action at this time.
0 commit comments