From 588dbed3925a3e48e1d50d25bf8cb282b53cf41d Mon Sep 17 00:00:00 2001 From: memoryruins Date: Thu, 9 Aug 2018 15:33:50 -0400 Subject: [nll] librustc_lsan: enable feature(nll) for bootstrap --- src/librustc_lsan/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/librustc_lsan/lib.rs b/src/librustc_lsan/lib.rs index 0c78fd74a23..b3ba86ad8a4 100644 --- a/src/librustc_lsan/lib.rs +++ b/src/librustc_lsan/lib.rs @@ -10,6 +10,7 @@ #![sanitizer_runtime] #![feature(alloc_system)] +#![cfg_attr(not(stage0), feature(nll))] #![feature(sanitizer_runtime)] #![feature(staged_api)] #![no_std] -- cgit 1.4.1-3-g733a5