mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
[nll] librustc_allocator: enable feature(nll) for bootstrap
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user