about summary refs log tree commit diff
diff options
context:
space:
mode:
authormemoryruins <memoryruinsmusic@gmail.com>2018-08-09 15:33:24 -0400
committermemoryruins <memoryruinsmusic@gmail.com>2018-08-09 15:33:24 -0400
commit8172485b4d3bf89c62f8989f29c4428458096566 (patch)
tree3c30fc7b0e1e8679e9083cd5ba652a42cc294cf0
parent4b42a2100bf4060b09dab325c83ff6aa7e0a97f8 (diff)
[nll] librustc_llvm: enable feature(nll) for bootstrap
-rw-r--r--src/librustc_llvm/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_llvm/lib.rs b/src/librustc_llvm/lib.rs
index ffa97bd6fa5..387660473a8 100644
--- a/src/librustc_llvm/lib.rs
+++ b/src/librustc_llvm/lib.rs
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![cfg_attr(not(stage0), feature(nll))]
 #![feature(static_nobundle)]
 
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",