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

This commit is contained in:
memoryruins 2018-08-09 06:48:53 -04:00
parent 3ed965ab58
commit 04bd6146c3

View File

@ -24,6 +24,7 @@
#![feature(core_intrinsics)]
#![feature(libc)]
#![cfg_attr(not(stage0), feature(nll))]
#![feature(panic_runtime)]
#![feature(staged_api)]
#![feature(rustc_attrs)]