diff options
| author | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 01:50:37 -0400 |
|---|---|---|
| committer | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 01:50:37 -0400 |
| commit | fa1bdd696d01181eea64c8ee5fbec7b37b70cd1e (patch) | |
| tree | b75f440ebdf48357e66804dbd75501a9a194ae9d /src/liballoc_jemalloc | |
| parent | 1c3d20eb41189e87b94f63a8caad7cd1acd61528 (diff) | |
| download | rust-fa1bdd696d01181eea64c8ee5fbec7b37b70cd1e.tar.gz rust-fa1bdd696d01181eea64c8ee5fbec7b37b70cd1e.zip | |
liballoc_jemalloc: enable feature(nll) for bootstrap
Diffstat (limited to 'src/liballoc_jemalloc')
| -rw-r--r-- | src/liballoc_jemalloc/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc_jemalloc/lib.rs b/src/liballoc_jemalloc/lib.rs index b3b20715511..480a24b9bd1 100644 --- a/src/liballoc_jemalloc/lib.rs +++ b/src/liballoc_jemalloc/lib.rs @@ -16,6 +16,7 @@ #![feature(core_intrinsics)] #![feature(libc)] #![feature(linkage)] +#![cfg_attr(not(stage0), feature(nll))] #![feature(staged_api)] #![feature(rustc_attrs)] #![cfg_attr(dummy_jemalloc, allow(dead_code, unused_extern_crates))] |
