about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authormemoryruins <memoryruinsmusic@gmail.com>2018-08-09 09:22:45 -0400
committermemoryruins <memoryruinsmusic@gmail.com>2018-08-09 09:22:45 -0400
commit9d2c4a3acd352488adfd18fc105f163b710c8f2b (patch)
treec3eae97001d772c1a1327b211637af4245b21814 /src
parent6858bd890a9cbf7df481f6e643f70f4cb4192730 (diff)
downloadrust-9d2c4a3acd352488adfd18fc105f163b710c8f2b.tar.gz
rust-9d2c4a3acd352488adfd18fc105f163b710c8f2b.zip
[nll] libtest: enable feature(nll) for bootstrap
Diffstat (limited to 'src')
-rw-r--r--src/libtest/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs
index 3f8be97571f..30094223d08 100644
--- a/src/libtest/lib.rs
+++ b/src/libtest/lib.rs
@@ -35,6 +35,7 @@
 #![feature(asm)]
 #![feature(fnbox)]
 #![cfg_attr(any(unix, target_os = "cloudabi"), feature(libc))]
+#![cfg_attr(not(stage0), feature(nll))]
 #![feature(set_stdio)]
 #![feature(panic_unwind)]
 #![feature(staged_api)]