Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nll] enable feature(nll) on various crates for bootstrap: part 3 #53219

Merged
merged 11 commits into from
Aug 9, 2018
Merged
Prev Previous commit
Next Next commit
[nll] librustc_apfloat: enable feature(nll) for bootstrap
  • Loading branch information
memoryruins committed Aug 9, 2018
commit b340f563169c2a56e9ed5fd14e51ceb5acd7cd5a
1 change: 1 addition & 0 deletions src/librustc_apfloat/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down