diff options
| author | bors <bors@rust-lang.org> | 2019-11-13 00:42:19 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-11-13 00:42:19 +0000 |
| commit | 0f12bad718bb8b1fb2b1b7267a02fffaef6e1e3c (patch) | |
| tree | 74dbcc9dbde2f0d8bcbe1aead405c51193bf3b33 /src/libsyntax_pos | |
| parent | a333eed7fc0c903df9d6befcfb40af02148bf255 (diff) | |
| parent | 994d83666defc0cc6b0fde305d164fbf23433114 (diff) | |
| download | rust-0f12bad718bb8b1fb2b1b7267a02fffaef6e1e3c.tar.gz rust-0f12bad718bb8b1fb2b1b7267a02fffaef6e1e3c.zip | |
Auto merge of #66156 - Mark-Simulacrum:stage0-step, r=pietroalbini
Stage0 step r? @pietroalbini
Diffstat (limited to 'src/libsyntax_pos')
| -rw-r--r-- | src/libsyntax_pos/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax_pos/lib.rs b/src/libsyntax_pos/lib.rs index dc29b189639..a762d8af49a 100644 --- a/src/libsyntax_pos/lib.rs +++ b/src/libsyntax_pos/lib.rs @@ -9,10 +9,8 @@ #![feature(const_fn)] #![feature(crate_visibility_modifier)] #![feature(nll)] -#![cfg_attr(bootstrap, feature(non_exhaustive))] #![feature(optin_builtin_traits)] #![feature(rustc_attrs)] -#![cfg_attr(bootstrap, feature(proc_macro_hygiene))] #![feature(specialization)] #![feature(step_trait)] |
