about summary refs log tree commit diff
diff options
context:
space:
mode:
authormemoryruins <memoryruinsmusic@gmail.com>2018-08-09 09:20:41 -0400
committermemoryruins <memoryruinsmusic@gmail.com>2018-08-09 09:20:41 -0400
commited55520371c349666ba048a3e602d0b7018bf26d (patch)
treed1c2b52e8cb3499c666b4f064f5fc97e126b396d
parent26991eb8bf8fb4f368db4acba31d9ed4a819fa5f (diff)
downloadrust-ed55520371c349666ba048a3e602d0b7018bf26d.tar.gz
rust-ed55520371c349666ba048a3e602d0b7018bf26d.zip
[nll] librustc: enable feature(nll) for bootstrap
-rw-r--r--src/librustc/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc/lib.rs b/src/librustc/lib.rs
index 804481846af..3cc1ca01b78 100644
--- a/src/librustc/lib.rs
+++ b/src/librustc/lib.rs
@@ -51,6 +51,7 @@
 #![feature(never_type)]
 #![feature(exhaustive_patterns)]
 #![feature(extern_types)]
+#![cfg_attr(not(stage0), feature(nll))]
 #![feature(non_exhaustive)]
 #![feature(proc_macro_internals)]
 #![feature(quote)]