File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 131
131
// Language features:
132
132
#![ feature( allocator_internals) ]
133
133
#![ feature( allow_internal_unstable) ]
134
- #![ feature( arbitrary_self_types) ]
135
134
#![ feature( associated_type_bounds) ]
136
- #![ feature( auto_traits) ]
137
- #![ feature( box_patterns) ]
138
135
#![ feature( box_syntax) ]
139
136
#![ feature( cfg_sanitize) ]
140
137
#![ feature( cfg_target_has_atomic) ]
141
138
#![ feature( const_fn_trait_bound) ]
142
139
#![ feature( const_trait_impl) ]
143
- #![ feature( decl_macro) ]
144
140
#![ feature( destructuring_assignment) ]
145
141
#![ feature( dropck_eyepatch) ]
146
142
#![ feature( exclusive_range_pattern) ]
150
146
#![ feature( min_specialization) ]
151
147
#![ feature( negative_impls) ]
152
148
#![ feature( never_type) ]
153
- #![ feature( nll) ]
154
149
#![ feature( rustc_allow_const_fn_unstable) ]
155
150
#![ feature( rustc_attrs) ]
156
151
#![ feature( staged_api) ]
You can’t perform that action at this time.
0 commit comments