Skip to content

Commit fa1bdd6

Browse files
committed
liballoc_jemalloc: enable feature(nll) for bootstrap
1 parent 1c3d20e commit fa1bdd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/liballoc_jemalloc/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#![feature(core_intrinsics)]
1717
#![feature(libc)]
1818
#![feature(linkage)]
19+
#![cfg_attr(not(stage0), feature(nll))]
1920
#![feature(staged_api)]
2021
#![feature(rustc_attrs)]
2122
#![cfg_attr(dummy_jemalloc, allow(dead_code, unused_extern_crates))]

0 commit comments

Comments
 (0)