Skip to content

Commit b340f56

Browse files
committed
[nll] librustc_apfloat: enable feature(nll) for bootstrap
1 parent 7e78e75 commit b340f56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_apfloat/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
html_root_url = "https://doc.rust-lang.org/nightly/")]
4646
#![forbid(unsafe_code)]
4747

48+
#![cfg_attr(not(stage0), feature(nll))]
4849
#![feature(try_from)]
4950
// See librustc_cratesio_shim/Cargo.toml for a comment explaining this.
5051
#[allow(unused_extern_crates)]

0 commit comments

Comments
 (0)