diff options
| author | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 06:49:12 -0400 |
|---|---|---|
| committer | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 06:49:12 -0400 |
| commit | 7e78e7570fd15004bb83be8a314266057b5f76e2 (patch) | |
| tree | cd999523192cbae1b64c8ec2576faa17a820660f | |
| parent | 04bd6146c347069b72e0b6c978e8180eed9f3358 (diff) | |
| download | rust-7e78e7570fd15004bb83be8a314266057b5f76e2.tar.gz rust-7e78e7570fd15004bb83be8a314266057b5f76e2.zip | |
[nll] libpanic_unwind: enable feature(nll) for bootstrap
| -rw-r--r-- | src/libpanic_unwind/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libpanic_unwind/lib.rs b/src/libpanic_unwind/lib.rs index 2abdf7cee63..a61b2c1f063 100644 --- a/src/libpanic_unwind/lib.rs +++ b/src/libpanic_unwind/lib.rs @@ -34,6 +34,7 @@ #![feature(core_intrinsics)] #![feature(lang_items)] #![feature(libc)] +#![cfg_attr(not(stage0), feature(nll))] #![feature(panic_unwind)] #![feature(raw)] #![feature(staged_api)] |
