File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 203
203
// Language features:
204
204
// tidy-alphabetical-start
205
205
#![ cfg_attr( bootstrap, feature( diagnostic_namespace) ) ]
206
+ #![ cfg_attr( bootstrap, feature( exhaustive_patterns) ) ]
206
207
#![ cfg_attr( bootstrap, feature( platform_intrinsics) ) ]
208
+ #![ cfg_attr( not( bootstrap) , feature( min_exhaustive_patterns) ) ]
207
209
#![ feature( abi_unadjusted) ]
208
210
#![ feature( adt_const_params) ]
209
211
#![ feature( allow_internal_unsafe) ]
228
230
#![ feature( doc_cfg_hide) ]
229
231
#![ feature( doc_notable_trait) ]
230
232
#![ feature( effects) ]
231
- #![ feature( exhaustive_patterns) ]
232
233
#![ feature( extern_types) ]
233
234
#![ feature( fundamental) ]
234
235
#![ feature( generic_arg_infer) ]
Original file line number Diff line number Diff line change 270
270
//
271
271
// Language features:
272
272
// tidy-alphabetical-start
273
+ #![ cfg_attr( bootstrap, feature( exhaustive_patterns) ) ]
273
274
#![ cfg_attr( bootstrap, feature( platform_intrinsics) ) ]
275
+ #![ cfg_attr( not( bootstrap) , feature( min_exhaustive_patterns) ) ]
274
276
#![ feature( alloc_error_handler) ]
275
277
#![ feature( allocator_internals) ]
276
278
#![ feature( allow_internal_unsafe) ]
289
291
#![ feature( doc_masked) ]
290
292
#![ feature( doc_notable_trait) ]
291
293
#![ feature( dropck_eyepatch) ]
292
- #![ feature( exhaustive_patterns) ]
293
294
#![ feature( if_let_guard) ]
294
295
#![ feature( intra_doc_pointers) ]
295
296
#![ feature( lang_items) ]
You can’t perform that action at this time.
0 commit comments