]> git.lizzy.rs Git - rust.git/commitdiff
[nll] librustc_llvm: enable feature(nll) for bootstrap
authormemoryruins <memoryruinsmusic@gmail.com>
Thu, 9 Aug 2018 19:33:24 +0000 (15:33 -0400)
committermemoryruins <memoryruinsmusic@gmail.com>
Thu, 9 Aug 2018 19:33:24 +0000 (15:33 -0400)
src/librustc_llvm/lib.rs

index ffa97bd6fa59d3a385d5738440a54d8527134871..387660473a887dea0a2524a4bdceefbd0b78b515 100644 (file)
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![cfg_attr(not(stage0), feature(nll))]
 #![feature(static_nobundle)]
 
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",