Skip to content

Commit 1c3d20e

Browse files
committed
liballoc_system: enable feature(nll) for bootstrap
1 parent 98d9422 commit 1c3d20e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/liballoc_system/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
reason = "this library is unlikely to be stabilized in its current \
1515
form or name",
1616
issue = "32838")]
17+
1718
#![feature(allocator_api)]
1819
#![feature(core_intrinsics)]
20+
#![cfg_attr(not(stage0), feature(nll))]
1921
#![feature(staged_api)]
2022
#![feature(rustc_attrs)]
2123
#![cfg_attr(any(unix, target_os = "cloudabi", target_os = "redox"), feature(libc))]

0 commit comments

Comments
 (0)