From 58836e8a6f3ea21b78084cf3e42ed8fbb18c4e17 Mon Sep 17 00:00:00 2001 From: memoryruins Date: Thu, 9 Aug 2018 06:51:56 -0400 Subject: [PATCH] [nll] libterm: enable feature(nll) for bootstrap --- src/libterm/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libterm/lib.rs b/src/libterm/lib.rs index cf92ce27ee5..a49fd67639d 100644 --- a/src/libterm/lib.rs +++ b/src/libterm/lib.rs @@ -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::*;