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

This commit is contained in:
memoryruins 2018-08-09 06:49:12 -04:00
parent 04bd6146c3
commit 7e78e7570f

View file

@ -34,6 +34,7 @@
#![feature(core_intrinsics)]
#![feature(lang_items)]
#![feature(libc)]
#![cfg_attr(not(stage0), feature(nll))]
#![feature(panic_unwind)]
#![feature(raw)]
#![feature(staged_api)]