From fd4b1a73bf66a28acde7baf83ed53ed8d7ac0a99 Mon Sep 17 00:00:00 2001 From: memoryruins Date: Thu, 9 Aug 2018 06:50:40 -0400 Subject: [nll] librustc_driver: enable feature(nll) for bootstrap --- src/librustc_driver/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/librustc_driver/lib.rs b/src/librustc_driver/lib.rs index 556ee9f5716..c3bdf07cd20 100644 --- a/src/librustc_driver/lib.rs +++ b/src/librustc_driver/lib.rs @@ -20,6 +20,7 @@ #![feature(box_syntax)] #![cfg_attr(unix, feature(libc))] +#![cfg_attr(not(stage0), feature(nll))] #![feature(option_replace)] #![feature(quote)] #![feature(rustc_diagnostic_macros)] -- cgit 1.4.1-3-g733a5