about summary refs log tree commit diff
diff options
context:
space:
mode:
authormemoryruins <memoryruinsmusic@gmail.com>2018-08-09 09:21:23 -0400
committermemoryruins <memoryruinsmusic@gmail.com>2018-08-09 09:21:23 -0400
commitc556cff96f05530ee63d49eeb55acb3210de0060 (patch)
treee99af5e11f749fb168bd69d242b47e33abfab4de
parent9207cc9bd90be84edac8d2d331a47adba50e07af (diff)
downloadrust-c556cff96f05530ee63d49eeb55acb3210de0060.tar.gz
rust-c556cff96f05530ee63d49eeb55acb3210de0060.zip
[nll] librustc_data_structures: enable feature(nll) for bootstrap
-rw-r--r--src/librustc_data_structures/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs
index dd90cf7ae19..67f1c119ea8 100644
--- a/src/librustc_data_structures/lib.rs
+++ b/src/librustc_data_structures/lib.rs
@@ -26,6 +26,7 @@
 #![feature(specialization)]
 #![feature(optin_builtin_traits)]
 #![feature(macro_vis_matcher)]
+#![cfg_attr(not(stage0), feature(nll))]
 #![feature(allow_internal_unstable)]
 #![feature(vec_resize_with)]