summaryrefslogtreecommitdiff
path: root/src/librustc_apfloat
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_apfloat')
-rw-r--r--src/librustc_apfloat/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_apfloat/lib.rs b/src/librustc_apfloat/lib.rs
index d6e821d427d..6ea722ba769 100644
--- a/src/librustc_apfloat/lib.rs
+++ b/src/librustc_apfloat/lib.rs
@@ -45,7 +45,7 @@
html_root_url = "https://doc.rust-lang.org/nightly/")]
#![forbid(unsafe_code)]
-#![cfg_attr(not(stage0), feature(nll))]
+#![feature(nll)]
#![feature(try_from)]
// See librustc_cratesio_shim/Cargo.toml for a comment explaining this.
#[allow(unused_extern_crates)]