Skip to content

Commit

Permalink
Rollup merge of rust-lang#48429 - toidiu:patch-1, r=nikomatsakis
Browse files Browse the repository at this point in the history
update tracking issue for nll

Point to the new tracing issue for nll

For reference rust-lang#44928
  • Loading branch information
Manishearth committed Feb 23, 2018
2 parents 74f6794 + 4d8b251 commit f2da2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Expand Up @@ -186,7 +186,7 @@ declare_features! (
(active, rustc_attrs, "1.0.0", Some(29642)),

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

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

0 comments on commit f2da2fa

Please sign in to comment.