File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
//! [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/hir.html
4
4
5
5
// tidy-alphabetical-start
6
+ #![ cfg_attr( bootstrap, feature( debug_closure_helpers) ) ]
6
7
#![ feature( associated_type_defaults) ]
7
8
#![ feature( closure_track_caller) ]
8
- #![ feature( debug_closure_helpers) ]
9
9
#![ feature( exhaustive_patterns) ]
10
10
#![ feature( never_type) ]
11
11
#![ feature( variant_count) ]
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ This API is completely unstable and subject to change.
59
59
#![ allow( internal_features) ]
60
60
#![ allow( rustc:: diagnostic_outside_of_impl) ]
61
61
#![ allow( rustc:: untranslatable_diagnostic) ]
62
+ #![ cfg_attr( bootstrap, feature( debug_closure_helpers) ) ]
62
63
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
63
64
#![ doc( rust_logo) ]
64
65
#![ feature( assert_matches) ]
65
- #![ feature( debug_closure_helpers) ]
66
66
#![ feature( gen_blocks) ]
67
67
#![ feature( if_let_guard) ]
68
68
#![ feature( iter_intersperse) ]
Original file line number Diff line number Diff line change 9
9
10
10
// tidy-alphabetical-start
11
11
#![ allow( internal_features) ]
12
+ #![ cfg_attr( bootstrap, feature( debug_closure_helpers) ) ]
12
13
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
13
14
#![ doc( rust_logo) ]
14
- #![ feature( debug_closure_helpers) ]
15
15
#![ feature( iter_intersperse) ]
16
16
#![ feature( rustdoc_internals) ]
17
17
// tidy-alphabetical-end
Original file line number Diff line number Diff line change 1
1
// tidy-alphabetical-start
2
+ #![ cfg_attr( bootstrap, feature( debug_closure_helpers) ) ]
2
3
#![ doc(
3
4
html_root_url = "https://doc.rust-lang.org/nightly/" ,
4
5
html_playground_url = "https://play.rust-lang.org/"
7
8
#![ feature( ascii_char_variants) ]
8
9
#![ feature( assert_matches) ]
9
10
#![ feature( box_patterns) ]
10
- #![ feature( debug_closure_helpers) ]
11
11
#![ feature( file_buffered) ]
12
12
#![ feature( format_args_nl) ]
13
13
#![ feature( if_let_guard) ]
You can’t perform that action at this time.
0 commit comments