Skip to content

Commit 98eab06

Browse files
committed
Remove nll from rust_2018_preview
NLL isn't quite ready yet so gonna hold off on inserting it into the preview.
1 parent 57dc984 commit 98eab06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ declare_features! (
190190
(active, rustc_attrs, "1.0.0", Some(29642), None),
191191

192192
// Allows the use of non lexical lifetimes; RFC 2094
193-
(active, nll, "1.0.0", Some(43234), Some(Edition::Edition2018)),
193+
(active, nll, "1.0.0", Some(43234), None),
194194

195195
// Allows the use of #[allow_internal_unstable]. This is an
196196
// attribute on macro_rules! and can't use the attribute handling

0 commit comments

Comments
 (0)