diff options
| author | kennytm <kennytm@gmail.com> | 2018-08-09 21:35:23 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2018-08-10 01:01:31 +0800 |
| commit | 62d70c9d479109a14d4111bb888d76173553973a (patch) | |
| tree | 75408fafa9debbd8d9c1d1693389f5cb2ec65a7b /src/librustc_errors | |
| parent | bb0151c6d4390e99cb1c545bd24f01545344510e (diff) | |
| parent | 034a96a0812c79c2f830d371de16f399b5823411 (diff) | |
Rollup merge of #53214 - memoryruins:nll_bootstrap_2, r=nikomatsakis
[nll] enable feature(nll) on various crates for bootstrap: part 2 #53172
Diffstat (limited to 'src/librustc_errors')
| -rw-r--r-- | src/librustc_errors/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_errors/lib.rs b/src/librustc_errors/lib.rs index 82546747755..1666369e422 100644 --- a/src/librustc_errors/lib.rs +++ b/src/librustc_errors/lib.rs @@ -16,6 +16,7 @@ #![allow(unused_attributes)] #![feature(range_contains)] #![cfg_attr(unix, feature(libc))] +#![cfg_attr(not(stage0), feature(nll))] #![feature(optin_builtin_traits)] extern crate atty; |
