diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-05-10 08:44:20 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-05-10 08:44:20 -0700 |
| commit | 98eab06648fc597a51c17bf1163d1e0855acd07d (patch) | |
| tree | 0d161e440984b7312d733b3d250652dc2711db46 /src | |
| parent | 57dc98434eb818733dbc941405fdee59e5c3a023 (diff) | |
Remove `nll` from `rust_2018_preview`
NLL isn't quite ready yet so gonna hold off on inserting it into the preview.
Diffstat (limited to 'src')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 5155408ba63..a137faf689f 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -190,7 +190,7 @@ declare_features! ( (active, rustc_attrs, "1.0.0", Some(29642), None), // Allows the use of non lexical lifetimes; RFC 2094 - (active, nll, "1.0.0", Some(43234), Some(Edition::Edition2018)), + (active, nll, "1.0.0", Some(43234), None), // Allows the use of #[allow_internal_unstable]. This is an // attribute on macro_rules! and can't use the attribute handling |
