We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d9422 commit 1c3d20eCopy full SHA for 1c3d20e
src/liballoc_system/lib.rs
@@ -14,8 +14,10 @@
14
reason = "this library is unlikely to be stabilized in its current \
15
form or name",
16
issue = "32838")]
17
+
18
#![feature(allocator_api)]
19
#![feature(core_intrinsics)]
20
+#![cfg_attr(not(stage0), feature(nll))]
21
#![feature(staged_api)]
22
#![feature(rustc_attrs)]
23
#![cfg_attr(any(unix, target_os = "cloudabi", target_os = "redox"), feature(libc))]
0 commit comments