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

This commit is contained in:
memoryruins 2018-08-09 09:21:01 -04:00
parent ed55520371
commit 9207cc9bd9

View File

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![cfg_attr(not(stage0), feature(nll))]
#![feature(rustc_private)]
#[macro_use] extern crate log;