We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c598a commit 58836e8Copy full SHA for 58836e8
src/libterm/lib.rs
@@ -50,6 +50,7 @@
50
#![cfg_attr(windows, feature(libc))]
51
// Handle rustfmt skips
52
#![feature(custom_attribute)]
53
+#![cfg_attr(not(stage0), feature(nll))]
54
#![allow(unused_attributes)]
55
56
use std::io::prelude::*;
0 commit comments