Skip to content

Commit f2da2fa

Browse files
authored
Rollup merge of rust-lang#48429 - toidiu:patch-1, r=nikomatsakis
update tracking issue for nll Point to the new tracing issue for nll For reference rust-lang#44928
2 parents 74f6794 + 4d8b251 commit f2da2fa

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
@@ -186,7 +186,7 @@ declare_features! (
186186
(active, rustc_attrs, "1.0.0", Some(29642)),
187187

188188
// Allows the use of non lexical lifetimes; RFC 2094
189-
(active, nll, "1.0.0", Some(44928)),
189+
(active, nll, "1.0.0", Some(43234)),
190190

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

0 commit comments

Comments
 (0)