diff options
| author | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 15:33:24 -0400 |
|---|---|---|
| committer | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 15:33:24 -0400 |
| commit | 8172485b4d3bf89c62f8989f29c4428458096566 (patch) | |
| tree | 3c30fc7b0e1e8679e9083cd5ba652a42cc294cf0 | |
| parent | 4b42a2100bf4060b09dab325c83ff6aa7e0a97f8 (diff) | |
[nll] librustc_llvm: enable feature(nll) for bootstrap
| -rw-r--r-- | src/librustc_llvm/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_llvm/lib.rs b/src/librustc_llvm/lib.rs index ffa97bd6fa5..387660473a8 100644 --- a/src/librustc_llvm/lib.rs +++ b/src/librustc_llvm/lib.rs @@ -8,6 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +#![cfg_attr(not(stage0), feature(nll))] #![feature(static_nobundle)] #