liballoc_system: enable feature(nll) for bootstrap
This commit is contained in:
parent
98d94223a5
commit
1c3d20eb41
1 changed files with 2 additions and 0 deletions
|
|
@ -14,8 +14,10 @@
|
|||
reason = "this library is unlikely to be stabilized in its current \
|
||||
form or name",
|
||||
issue = "32838")]
|
||||
|
||||
#![feature(allocator_api)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![feature(staged_api)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![cfg_attr(any(unix, target_os = "cloudabi", target_os = "redox"), feature(libc))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue