File tree 4 files changed +0
-4
lines changed
compiler/rustc_pattern_analysis/src
4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 6
6
#![ allow( rustc:: diagnostic_outside_of_impl) ]
7
7
#![ allow( rustc:: untranslatable_diagnostic) ]
8
8
#![ allow( unused_crate_dependencies) ]
9
- #![ cfg_attr( all( feature = "rustc" , bootstrap) , feature( let_chains) ) ]
10
9
// tidy-alphabetical-end
11
10
12
11
pub mod constructor;
Original file line number Diff line number Diff line change 158
158
#![ feature( intra_doc_pointers) ]
159
159
#![ feature( intrinsics) ]
160
160
#![ feature( lang_items) ]
161
- #![ feature( let_chains) ]
162
161
#![ feature( link_llvm_intrinsics) ]
163
162
#![ feature( macro_metavar_expr) ]
164
163
#![ feature( marker_trait_attr) ]
Original file line number Diff line number Diff line change 304
304
#![ feature( iter_advance_by) ]
305
305
#![ feature( iter_next_chunk) ]
306
306
#![ feature( lang_items) ]
307
- #![ feature( let_chains) ]
308
307
#![ feature( link_cfg) ]
309
308
#![ feature( linkage) ]
310
309
#![ feature( macro_metavar_expr_concat) ]
Original file line number Diff line number Diff line change 11
11
#![ feature( if_let_guard) ]
12
12
#![ feature( impl_trait_in_assoc_type) ]
13
13
#![ feature( iter_intersperse) ]
14
- #![ feature( let_chains) ]
15
14
#![ feature( never_type) ]
16
15
#![ feature( round_char_boundary) ]
17
16
#![ feature( test) ]
You can’t perform that action at this time.
0 commit comments