diff options
| author | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 04:10:08 -0400 |
|---|---|---|
| committer | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 04:10:08 -0400 |
| commit | 03a5694c2d8f1af00de6c24b143c56dd5f33e726 (patch) | |
| tree | 316be5782b98806c5be38baebd5d10d5a0f85d38 | |
| parent | 87fb6fc6efffc686432ed0c0e07832eaf7ac6ba4 (diff) | |
| download | rust-03a5694c2d8f1af00de6c24b143c56dd5f33e726.tar.gz rust-03a5694c2d8f1af00de6c24b143c56dd5f33e726.zip | |
[nll] librustc_resolve: enable feature(nll) for bootstrap
| -rw-r--r-- | src/librustc_resolve/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_resolve/lib.rs b/src/librustc_resolve/lib.rs index d96967725f4..4a2361055d7 100644 --- a/src/librustc_resolve/lib.rs +++ b/src/librustc_resolve/lib.rs @@ -13,6 +13,7 @@ html_root_url = "https://doc.rust-lang.org/nightly/")] #![feature(crate_visibility_modifier)] +#![cfg_attr(not(stage0), feature(nll))] #![feature(rustc_diagnostic_macros)] #![feature(slice_sort_by_cached_key)] |
