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 1c3d20e commit fa1bdd6Copy full SHA for fa1bdd6
src/liballoc_jemalloc/lib.rs
@@ -16,6 +16,7 @@
16
#![feature(core_intrinsics)]
17
#![feature(libc)]
18
#![feature(linkage)]
19
+#![cfg_attr(not(stage0), feature(nll))]
20
#![feature(staged_api)]
21
#![feature(rustc_attrs)]
22
#![cfg_attr(dummy_jemalloc, allow(dead_code, unused_extern_crates))]
0 commit comments