Skip to content

Commit ce7f0c4

Browse files
committed
liballoc: enable feature(nll) for bootstrap
1 parent fa1bdd6 commit ce7f0c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/liballoc/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676

7777
#![cfg_attr(not(test), feature(fn_traits))]
7878
#![cfg_attr(not(test), feature(generator_trait))]
79+
#![cfg_attr(not(stage0), feature(nll))]
7980
#![cfg_attr(test, feature(test))]
8081

8182
#![feature(allocator_api)]

0 commit comments

Comments
 (0)