[nll] libtest: enable feature(nll) for bootstrap

This commit is contained in:
memoryruins 2018-08-09 09:22:45 -04:00
parent 6858bd890a
commit 9d2c4a3acd

View File

@ -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)]