[nll] libterm: enable feature(nll) for bootstrap
This commit is contained in:
parent
01c598aa0d
commit
58836e8a6f
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue