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 201
201
//
202
202
// Language features:
203
203
// tidy-alphabetical-start
204
+ #![ cfg_attr( bootstrap, feature( exhaustive_patterns) ) ]
205
+ #![ cfg_attr( not( bootstrap) , feature( min_exhaustive_patterns) ) ]
204
206
#![ feature( abi_unadjusted) ]
205
207
#![ feature( adt_const_params) ]
206
208
#![ feature( allow_internal_unsafe) ]
226
228
#![ feature( doc_cfg_hide) ]
227
229
#![ feature( doc_notable_trait) ]
228
230
#![ feature( effects) ]
229
- #![ feature( exhaustive_patterns) ]
230
231
#![ feature( extern_types) ]
231
232
#![ feature( fundamental) ]
232
233
#![ feature( generic_arg_infer) ]
Original file line number Diff line number Diff line change 266
266
//
267
267
// Language features:
268
268
// tidy-alphabetical-start
269
+ #![ cfg_attr( bootstrap, feature( exhaustive_patterns) ) ]
269
270
#![ cfg_attr( not( bootstrap) , feature( cfg_sanitizer_cfi) ) ]
271
+ #![ cfg_attr( not( bootstrap) , feature( min_exhaustive_patterns) ) ]
270
272
#![ feature( alloc_error_handler) ]
271
273
#![ feature( allocator_internals) ]
272
274
#![ feature( allow_internal_unsafe) ]
284
286
#![ feature( doc_masked) ]
285
287
#![ feature( doc_notable_trait) ]
286
288
#![ feature( dropck_eyepatch) ]
287
- #![ feature( exhaustive_patterns) ]
288
289
#![ feature( if_let_guard) ]
289
290
#![ feature( intra_doc_pointers) ]
290
291
#![ feature( lang_items) ]
You can’t perform that action at this time.
0 commit comments