File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 203203// Language features:
204204// tidy-alphabetical-start
205205#![ cfg_attr( bootstrap, feature( diagnostic_namespace) ) ]
206+ #![ cfg_attr( bootstrap, feature( exhaustive_patterns) ) ]
206207#![ cfg_attr( bootstrap, feature( platform_intrinsics) ) ]
208+ #![ cfg_attr( not( bootstrap) , feature( min_exhaustive_patterns) ) ]
207209#![ feature( abi_unadjusted) ]
208210#![ feature( adt_const_params) ]
209211#![ feature( allow_internal_unsafe) ]
228230#![ feature( doc_cfg_hide) ]
229231#![ feature( doc_notable_trait) ]
230232#![ feature( effects) ]
231- #![ feature( exhaustive_patterns) ]
232233#![ feature( extern_types) ]
233234#![ feature( fundamental) ]
234235#![ feature( generic_arg_infer) ]
Original file line number Diff line number Diff line change 270270//
271271// Language features:
272272// tidy-alphabetical-start
273+ #![ cfg_attr( bootstrap, feature( exhaustive_patterns) ) ]
273274#![ cfg_attr( bootstrap, feature( platform_intrinsics) ) ]
275+ #![ cfg_attr( not( bootstrap) , feature( min_exhaustive_patterns) ) ]
274276#![ feature( alloc_error_handler) ]
275277#![ feature( allocator_internals) ]
276278#![ feature( allow_internal_unsafe) ]
289291#![ feature( doc_masked) ]
290292#![ feature( doc_notable_trait) ]
291293#![ feature( dropck_eyepatch) ]
292- #![ feature( exhaustive_patterns) ]
293294#![ feature( if_let_guard) ]
294295#![ feature( intra_doc_pointers) ]
295296#![ feature( lang_items) ]
You can’t perform that action at this time.
0 commit comments