Skip to content

Commit 7e78e75

Browse files
committed
[nll] libpanic_unwind: enable feature(nll) for bootstrap
1 parent 04bd614 commit 7e78e75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libpanic_unwind/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#![feature(core_intrinsics)]
3535
#![feature(lang_items)]
3636
#![feature(libc)]
37+
#![cfg_attr(not(stage0), feature(nll))]
3738
#![feature(panic_unwind)]
3839
#![feature(raw)]
3940
#![feature(staged_api)]

0 commit comments

Comments
 (0)