From b340f563169c2a56e9ed5fd14e51ceb5acd7cd5a Mon Sep 17 00:00:00 2001 From: memoryruins Date: Thu, 9 Aug 2018 06:49:31 -0400 Subject: [nll] librustc_apfloat: enable feature(nll) for bootstrap --- src/librustc_apfloat/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/librustc_apfloat') diff --git a/src/librustc_apfloat/lib.rs b/src/librustc_apfloat/lib.rs index 08438805a70..d6e821d427d 100644 --- a/src/librustc_apfloat/lib.rs +++ b/src/librustc_apfloat/lib.rs @@ -45,6 +45,7 @@ html_root_url = "https://doc.rust-lang.org/nightly/")] #![forbid(unsafe_code)] +#![cfg_attr(not(stage0), feature(nll))] #![feature(try_from)] // See librustc_cratesio_shim/Cargo.toml for a comment explaining this. #[allow(unused_extern_crates)] -- cgit 1.4.1-3-g733a5