about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-02-12 04:42:26 +0100
committerGitHub <noreply@github.com>2019-02-12 04:42:26 +0100
commitf04d0852f5b18df4ee76736edefa375164c8742b (patch)
tree61b64180d3701f1b4145dc8f353afebc24f365fc /src/libsyntax
parent4f2d0cfe3ba6f9cfa8cbaa7c1edd5cde15608c81 (diff)
parent2be0993c4e219994b355a06e82394c966a2cfa5d (diff)
downloadrust-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')
-rw-r--r--src/libsyntax/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs
index 878d06c0f14..c844f9e2a91 100644
--- a/src/libsyntax/lib.rs
+++ b/src/libsyntax/lib.rs
@@ -11,6 +11,7 @@
 
 #![feature(crate_visibility_modifier)]
 #![feature(label_break_value)]
+#![feature(nll)]
 #![feature(rustc_attrs)]
 #![feature(rustc_diagnostic_macros)]
 #![feature(slice_sort_by_cached_key)]