Skip to content

Commit d25dbc5

Browse files
committed
[nll] libunwind: enable feature(nll) for bootstrap
1 parent 58836e8 commit d25dbc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libunwind/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#![feature(cfg_target_vendor)]
1515
#![feature(link_cfg)]
16+
#![cfg_attr(not(stage0), feature(nll))]
1617
#![feature(staged_api)]
1718
#![feature(unwind_attributes)]
1819
#![feature(static_nobundle)]

0 commit comments

Comments
 (0)