Skip to content

Commit d2e0c78

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libarena/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#![feature(alloc)]
2727
#![feature(core_intrinsics)]
2828
#![feature(dropck_eyepatch)]
29+
#![cfg_attr(not(stage0), feature(nll))]
2930
#![feature(raw_vec_internals)]
3031
#![cfg_attr(test, feature(test))]
3132

0 commit comments

Comments
 (0)