about summary refs log tree commit diff
diff options
context:
space:
mode:
authortoidiu <toidiu@protonmail.com>2018-02-22 09:13:44 -0500
committerGitHub <noreply@github.com>2018-02-22 09:13:44 -0500
commit4d8b25183573e5ffbb254049702f3d2343a58919 (patch)
treec2db32b9af757163d5e20787f3a42b15208b050b
parent27a046e9338fb0455c33b13e8fe28da78212dedc (diff)
downloadrust-4d8b25183573e5ffbb254049702f3d2343a58919.tar.gz
rust-4d8b25183573e5ffbb254049702f3d2343a58919.zip
update tracking issue for nll
Point to the new tracing issue for nll
-rw-r--r--src/libsyntax/feature_gate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs
index 3b137f9570a..036984a4ebc 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -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