diff options
| author | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 01:50:49 -0400 |
|---|---|---|
| committer | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 01:50:49 -0400 |
| commit | ce7f0c483d4e9e116f4e35a378c6637c808faaab (patch) | |
| tree | 09958d4832c15d27f31e92e89f481f6dccb0f5b6 /src/liballoc/lib.rs | |
| parent | fa1bdd696d01181eea64c8ee5fbec7b37b70cd1e (diff) | |
| download | rust-ce7f0c483d4e9e116f4e35a378c6637c808faaab.tar.gz rust-ce7f0c483d4e9e116f4e35a378c6637c808faaab.zip | |
liballoc: enable feature(nll) for bootstrap
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index d1b607bbe9b..bcdfd8c9aa5 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -76,6 +76,7 @@ #![cfg_attr(not(test), feature(fn_traits))] #![cfg_attr(not(test), feature(generator_trait))] +#![cfg_attr(not(stage0), feature(nll))] #![cfg_attr(test, feature(test))] #![feature(allocator_api)] |
