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

This commit is contained in:
memoryruins 2018-08-09 15:32:45 -04:00
parent ce5b9c662f
commit 48616432ba

View file

@ -31,6 +31,7 @@
test(no_crate_inject, attr(deny(warnings))),
test(attr(allow(dead_code, deprecated, unused_variables, unused_mut))))]
#![cfg_attr(not(stage0), feature(nll))]
#![feature(rustc_private)]
#![feature(staged_api)]
#![feature(lang_items)]