mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
[nll] libunwind: enable feature(nll) for bootstrap
This commit is contained in:
parent
58836e8a6f
commit
d25dbc5d84
@ -13,6 +13,7 @@
|
||||
|
||||
#![feature(cfg_target_vendor)]
|
||||
#![feature(link_cfg)]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![feature(staged_api)]
|
||||
#![feature(unwind_attributes)]
|
||||
#![feature(static_nobundle)]
|
||||
|
Loading…
Reference in New Issue
Block a user