about summary refs log tree commit diff
path: root/src/libsyntax_pos
diff options
context:
space:
mode:
authormemoryruins <memoryruinsmusic@gmail.com>2018-08-09 06:51:42 -0400
committermemoryruins <memoryruinsmusic@gmail.com>2018-08-09 06:51:42 -0400
commit01c598aa0da07243609eaa9a61b16cb6669b623e (patch)
treec55dc35c7d1366594819179587e66f5cdf68ed8f /src/libsyntax_pos
parentf331401e1e5378894539f3dc5a260a084468573f (diff)
downloadrust-01c598aa0da07243609eaa9a61b16cb6669b623e.tar.gz
rust-01c598aa0da07243609eaa9a61b16cb6669b623e.zip
[nll] libsyntax_pos: enable feature(nll) for bootstrap
Diffstat (limited to 'src/libsyntax_pos')
-rw-r--r--src/libsyntax_pos/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax_pos/lib.rs b/src/libsyntax_pos/lib.rs
index 44cd53282ec..98d7d77308f 100644
--- a/src/libsyntax_pos/lib.rs
+++ b/src/libsyntax_pos/lib.rs
@@ -21,6 +21,7 @@
 #![feature(const_fn)]
 #![feature(crate_visibility_modifier)]
 #![feature(custom_attribute)]
+#![cfg_attr(not(stage0), feature(nll))]
 #![feature(non_exhaustive)]
 #![feature(optin_builtin_traits)]
 #![feature(specialization)]