diff options
| author | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 06:49:31 -0400 |
|---|---|---|
| committer | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 06:49:31 -0400 |
| commit | b340f563169c2a56e9ed5fd14e51ceb5acd7cd5a (patch) | |
| tree | fcd8a6acd1ee6273202d6ac452c1a16791747836 /src/librustc_apfloat | |
| parent | 7e78e7570fd15004bb83be8a314266057b5f76e2 (diff) | |
| download | rust-b340f563169c2a56e9ed5fd14e51ceb5acd7cd5a.tar.gz rust-b340f563169c2a56e9ed5fd14e51ceb5acd7cd5a.zip | |
[nll] librustc_apfloat: enable feature(nll) for bootstrap
Diffstat (limited to 'src/librustc_apfloat')
| -rw-r--r-- | src/librustc_apfloat/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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)] |
