Skip to content

Commit 58836e8

Browse files
committed
[nll] libterm: enable feature(nll) for bootstrap
1 parent 01c598a commit 58836e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libterm/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
#![cfg_attr(windows, feature(libc))]
5151
// Handle rustfmt skips
5252
#![feature(custom_attribute)]
53+
#![cfg_attr(not(stage0), feature(nll))]
5354
#![allow(unused_attributes)]
5455

5556
use std::io::prelude::*;

0 commit comments

Comments
 (0)