diff options
| author | Josh Stone <jistone@redhat.com> | 2018-09-26 14:26:46 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2018-09-27 20:52:53 -0700 |
| commit | ce034951fb907c8aa6abd5e6e04769e5e628953c (patch) | |
| tree | 94468d8a5108315f82993dd95328270aefd3e2ec /src/libsyntax_ext | |
| parent | 7d52cbce6db83e4fc2d8706b4e4b9c7da76cbcf8 (diff) | |
| download | rust-ce034951fb907c8aa6abd5e6e04769e5e628953c.tar.gz rust-ce034951fb907c8aa6abd5e6e04769e5e628953c.zip | |
Bump to 1.31.0 and bootstrap from 1.30 beta
Diffstat (limited to 'src/libsyntax_ext')
| -rw-r--r-- | src/libsyntax_ext/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax_ext/lib.rs b/src/libsyntax_ext/lib.rs index 31089c9ff82..7c023fc5c9c 100644 --- a/src/libsyntax_ext/lib.rs +++ b/src/libsyntax_ext/lib.rs @@ -16,7 +16,7 @@ #![feature(proc_macro_internals)] #![feature(decl_macro)] -#![cfg_attr(not(stage0), feature(nll))] +#![feature(nll)] #![feature(str_escape)] #![feature(quote)] #![feature(rustc_diagnostic_macros)] |
