about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorIan Douglas Scott <ian@iandouglasscott.com>2018-12-27 16:49:12 -0800
committerIan Douglas Scott <ian@iandouglasscott.com>2018-12-27 16:49:12 -0800
commit0c58eec86c0dc681aad0488de4b4721f953428ad (patch)
tree0d1811bff1eaf51a4f3653b8d26f4e42d82a388d /src/libsyntax
parentfb86d604bf65c3becd16180b56267a329cf268d5 (diff)
downloadrust-0c58eec86c0dc681aad0488de4b4721f953428ad.tar.gz
rust-0c58eec86c0dc681aad0488de4b4721f953428ad.zip
Update references to closed issue
Issue #28979 was closed with a link to #55467.
Diffstat (limited to 'src/libsyntax')
-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 62269a8f163..9a6f268b732 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -111,7 +111,7 @@ declare_features! (
     (active, concat_idents, "1.0.0", Some(29599), None),
     (active, link_args, "1.0.0", Some(29596), None),
     (active, log_syntax, "1.0.0", Some(29598), None),
-    (active, non_ascii_idents, "1.0.0", Some(28979), None),
+    (active, non_ascii_idents, "1.0.0", Some(55467), None),
     (active, plugin_registrar, "1.0.0", Some(29597), None),
     (active, thread_local, "1.0.0", Some(29594), None),
     (active, trace_macros, "1.0.0", Some(29598), None),