From 9d2c4a3acd352488adfd18fc105f163b710c8f2b Mon Sep 17 00:00:00 2001 From: memoryruins Date: Thu, 9 Aug 2018 09:22:45 -0400 Subject: [nll] libtest: enable feature(nll) for bootstrap --- src/libtest/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libtest/lib.rs') 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)] -- cgit 1.4.1-3-g733a5