liballoc_system: enable feature(nll) for bootstrap

This commit is contained in:
memoryruins 2018-08-09 01:50:22 -04:00
parent 98d94223a5
commit 1c3d20eb41

View file

@ -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))]