diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-02-12 04:42:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-12 04:42:26 +0100 |
| commit | f04d0852f5b18df4ee76736edefa375164c8742b (patch) | |
| tree | 61b64180d3701f1b4145dc8f353afebc24f365fc /src/libsyntax_ext | |
| parent | 4f2d0cfe3ba6f9cfa8cbaa7c1edd5cde15608c81 (diff) | |
| parent | 2be0993c4e219994b355a06e82394c966a2cfa5d (diff) | |
| download | rust-f04d0852f5b18df4ee76736edefa375164c8742b.tar.gz rust-f04d0852f5b18df4ee76736edefa375164c8742b.zip | |
Rollup merge of #58342 - taiki-e:nll, r=matthewjasper
Revert removed #![feature(nll)] In PRs related to #58099, `#![feature(nll)]` was removed from several crates. This PR reverts it. Related: https://github.com/rust-lang/rust/pull/58265#discussion_r255021244 cc @Centril r? @matthewjasper
Diffstat (limited to 'src/libsyntax_ext')
| -rw-r--r-- | src/libsyntax_ext/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax_ext/lib.rs b/src/libsyntax_ext/lib.rs index 670d71fe25b..7d7fd030859 100644 --- a/src/libsyntax_ext/lib.rs +++ b/src/libsyntax_ext/lib.rs @@ -9,6 +9,7 @@ #![feature(proc_macro_internals)] #![feature(proc_macro_span)] #![feature(decl_macro)] +#![feature(nll)] #![feature(str_escape)] #![feature(rustc_diagnostic_macros)] |
