about summary refs log tree commit diff
diff options
context:
space:
mode:
authormemoryruins <memoryruinsmusic@gmail.com>2018-08-09 06:49:12 -0400
committermemoryruins <memoryruinsmusic@gmail.com>2018-08-09 06:49:12 -0400
commit7e78e7570fd15004bb83be8a314266057b5f76e2 (patch)
treecd999523192cbae1b64c8ec2576faa17a820660f
parent04bd6146c347069b72e0b6c978e8180eed9f3358 (diff)
downloadrust-7e78e7570fd15004bb83be8a314266057b5f76e2.tar.gz
rust-7e78e7570fd15004bb83be8a314266057b5f76e2.zip
[nll] libpanic_unwind: enable feature(nll) for bootstrap
-rw-r--r--src/libpanic_unwind/lib.rs1
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)]