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

This commit is contained in:
memoryruins 2018-08-09 06:51:56 -04:00
parent 01c598aa0d
commit 58836e8a6f

View File

@ -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::*;