diff options
| author | bors <bors@rust-lang.org> | 2021-07-27 05:53:31 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-07-27 05:53:31 +0000 |
| commit | 998cfe5aad7c21eb19a4bca50f05a13354706970 (patch) | |
| tree | ee8badadc1ee8a83eaa8460acdab1dae8a903093 /compiler/rustc_parse/src | |
| parent | 7d6bf861f8c264d3d5a023e4a20c6007d1ee9018 (diff) | |
| parent | c2af4cb9a3ce0c6a5ea9c52ac8988715842db4d7 (diff) | |
| download | rust-998cfe5aad7c21eb19a4bca50f05a13354706970.tar.gz rust-998cfe5aad7c21eb19a4bca50f05a13354706970.zip | |
Auto merge of #85305 - MarcusDunn:master, r=pnkfelix
Stabilize bindings_after_at attempting to stabilze bindings_after_at [#65490](https://github.com/rust-lang/rust/issues/65490), im pretty new to the whole thing so any pointers are greatly appreciated.
Diffstat (limited to 'compiler/rustc_parse/src')
| -rw-r--r-- | compiler/rustc_parse/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_parse/src/lib.rs b/compiler/rustc_parse/src/lib.rs index 51df06bd989..ed3b51dc14a 100644 --- a/compiler/rustc_parse/src/lib.rs +++ b/compiler/rustc_parse/src/lib.rs @@ -2,7 +2,7 @@ #![feature(array_windows)] #![feature(crate_visibility_modifier)] -#![feature(bindings_after_at)] +#![cfg_attr(bootstrap, feature(bindings_after_at))] #![feature(box_syntax)] #![feature(box_patterns)] #![recursion_limit = "256"] |
