mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
[nll] libterm: enable feature(nll) for bootstrap
This commit is contained in:
parent
01c598aa0d
commit
58836e8a6f
@ -50,6 +50,7 @@
|
||||
#![cfg_attr(windows, feature(libc))]
|
||||
// Handle rustfmt skips
|
||||
#![feature(custom_attribute)]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![allow(unused_attributes)]
|
||||
|
||||
use std::io::prelude::*;
|
||||
|
Loading…
Reference in New Issue
Block a user