diff options
| author | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 04:10:46 -0400 |
|---|---|---|
| committer | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 04:10:46 -0400 |
| commit | cb49252f57ad2a3aada059e5a915ac512e66c726 (patch) | |
| tree | cced2e9b4094c2350f66d7363711370685d02821 | |
| parent | 9fcc6dab8d603e78a47ee5ffd2d41bea25daded7 (diff) | |
[nll] librustc_traits: enable feature(nll) for bootstrap
| -rw-r--r-- | src/librustc_traits/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_traits/lib.rs b/src/librustc_traits/lib.rs index d17cf35f181..ba6b2c57bfa 100644 --- a/src/librustc_traits/lib.rs +++ b/src/librustc_traits/lib.rs @@ -16,6 +16,7 @@ #![feature(extern_prelude)] #![feature(iterator_find_map)] #![feature(in_band_lifetimes)] +#![cfg_attr(not(stage0), feature(nll))] #![recursion_limit="256"] |
