diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-11-06 08:09:55 -0500 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-11-12 16:36:57 -0500 |
| commit | 997feacddd8f6e98003428265c665f7149c49a48 (patch) | |
| tree | f44b97e054e863224a1a94bde6011488df57e470 /src/libsyntax_pos | |
| parent | f4edc81ac4944c2cd59e19fd90861a26dde94041 (diff) | |
| download | rust-997feacddd8f6e98003428265c665f7149c49a48.tar.gz rust-997feacddd8f6e98003428265c665f7149c49a48.zip | |
Snap cfgs
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)] |
