[nll] libunwind: enable feature(nll) for bootstrap

This commit is contained in:
memoryruins 2018-08-09 06:52:12 -04:00
parent 58836e8a6f
commit d25dbc5d84

View File

@ -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)]