Skip to content

Commit 9d2c4a3

Browse files
committed
[nll] libtest: enable feature(nll) for bootstrap
1 parent 6858bd8 commit 9d2c4a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libtest/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#![feature(asm)]
3636
#![feature(fnbox)]
3737
#![cfg_attr(any(unix, target_os = "cloudabi"), feature(libc))]
38+
#![cfg_attr(not(stage0), feature(nll))]
3839
#![feature(set_stdio)]
3940
#![feature(panic_unwind)]
4041
#![feature(staged_api)]

0 commit comments

Comments
 (0)