Skip to content

Commit 04bd614

Browse files
committed
[nll] libpanic_abort: enable feature(nll) for bootstrap
1 parent 3ed965a commit 04bd614

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libpanic_abort/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
#![feature(core_intrinsics)]
2626
#![feature(libc)]
27+
#![cfg_attr(not(stage0), feature(nll))]
2728
#![feature(panic_runtime)]
2829
#![feature(staged_api)]
2930
#![feature(rustc_attrs)]

0 commit comments

Comments
 (0)