Skip to content

Commit bf089a1

Browse files
committed
[nll] libcore: enable feature(nll) for bootstrap
1 parent 63fe441 commit bf089a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
#![feature(lang_items)]
9393
#![feature(link_llvm_intrinsics)]
9494
#![feature(never_type)]
95+
#![cfg_attr(not(stage0), feature(nll))]
9596
#![feature(exhaustive_patterns)]
9697
#![feature(macro_at_most_once_rep)]
9798
#![feature(no_core)]

0 commit comments

Comments
 (0)