diff options
| author | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 06:51:13 -0400 |
|---|---|---|
| committer | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 06:51:13 -0400 |
| commit | f331401e1e5378894539f3dc5a260a084468573f (patch) | |
| tree | cea051ac8fdc9d19d201c3d3ba64413cc54466b1 | |
| parent | a37360c330280c1f98ddafb4def9ad5c4595f0b5 (diff) | |
| download | rust-f331401e1e5378894539f3dc5a260a084468573f.tar.gz rust-f331401e1e5378894539f3dc5a260a084468573f.zip | |
[nll] librustc_target: enable feature(nll) for bootstrap
| -rw-r--r-- | src/librustc_target/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_target/lib.rs b/src/librustc_target/lib.rs index af2697f62f7..5f5cc4c5ff7 100644 --- a/src/librustc_target/lib.rs +++ b/src/librustc_target/lib.rs @@ -23,6 +23,7 @@ #![feature(box_syntax)] #![feature(const_fn)] +#![cfg_attr(not(stage0), feature(nll))] #![feature(slice_patterns)] #[macro_use] |
