File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 192
192
//
193
193
// Language features:
194
194
// tidy-alphabetical-start
195
+ #![ cfg_attr( bootstrap, feature( min_exhaustive_patterns) ) ]
195
196
#![ feature( abi_unadjusted) ]
196
197
#![ feature( adt_const_params) ]
197
198
#![ feature( allow_internal_unsafe) ]
225
226
#![ feature( link_llvm_intrinsics) ]
226
227
#![ feature( macro_metavar_expr) ]
227
228
#![ feature( marker_trait_attr) ]
228
- #![ feature( min_exhaustive_patterns) ]
229
229
#![ feature( min_specialization) ]
230
230
#![ feature( multiple_supertrait_upcastable) ]
231
231
#![ feature( must_not_suspend) ]
Original file line number Diff line number Diff line change 272
272
//
273
273
// Language features:
274
274
// tidy-alphabetical-start
275
+ #![ cfg_attr( bootstrap, feature( min_exhaustive_patterns) ) ]
275
276
#![ feature( alloc_error_handler) ]
276
277
#![ feature( allocator_internals) ]
277
278
#![ feature( allow_internal_unsafe) ]
299
300
#![ feature( link_cfg) ]
300
301
#![ feature( linkage) ]
301
302
#![ feature( macro_metavar_expr_concat) ]
302
- #![ feature( min_exhaustive_patterns) ]
303
303
#![ feature( min_specialization) ]
304
304
#![ feature( must_not_suspend) ]
305
305
#![ feature( needs_panic_runtime) ]
You can’t perform that action at this time.
0 commit comments