File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
//!
5
5
//! The crate also contains other misc AST visitors, e.g. `node_count` and `show_span`.
6
6
7
- #![ feature( bindings_after_at) ]
7
+ #![ cfg_attr ( bootstrap , feature( bindings_after_at) ) ]
8
8
#![ feature( iter_is_partitioned) ]
9
9
#![ feature( box_patterns) ]
10
10
#![ recursion_limit = "256" ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Rust MIR: a lowered representation of Rust.
8
8
#![ feature( in_band_lifetimes) ]
9
9
#![ feature( array_windows) ]
10
10
#![ feature( assert_matches) ]
11
- #![ feature( bindings_after_at) ]
11
+ #![ cfg_attr ( bootstrap , feature( bindings_after_at) ) ]
12
12
#![ feature( bool_to_option) ]
13
13
#![ feature( box_patterns) ]
14
14
#![ feature( box_syntax) ]
Original file line number Diff line number Diff line change 2
2
3
3
#![ feature( array_windows) ]
4
4
#![ feature( crate_visibility_modifier) ]
5
- #![ feature( bindings_after_at) ]
5
+ #![ cfg_attr ( bootstrap , feature( bindings_after_at) ) ]
6
6
#![ feature( box_syntax) ]
7
7
#![ feature( box_patterns) ]
8
8
#![ recursion_limit = "256" ]
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ This API is completely unstable and subject to change.
56
56
*/
57
57
58
58
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
59
- #![ feature( bindings_after_at) ]
59
+ #![ cfg_attr ( bootstrap , feature( bindings_after_at) ) ]
60
60
#![ feature( bool_to_option) ]
61
61
#![ feature( box_syntax) ]
62
62
#![ feature( crate_visibility_modifier) ]
You can’t perform that action at this time.
0 commit comments