about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/librustc_borrowck/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_borrowck/lib.rs b/src/librustc_borrowck/lib.rs
index c7e7465a353..aa85582432b 100644
--- a/src/librustc_borrowck/lib.rs
+++ b/src/librustc_borrowck/lib.rs
@@ -14,6 +14,7 @@
 
 #![allow(non_camel_case_types)]
 
+#![cfg_attr(not(stage0), feature(nll))]
 #![feature(quote)]
 
 #![recursion_limit="256"]