diff options
| author | kennytm <kennytm@gmail.com> | 2018-12-29 18:50:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-29 18:50:27 +0800 |
| commit | 291d51c92d3c869ed5504a45fa595e777d6b65b2 (patch) | |
| tree | 09c55031cb1fc27e1e34525706b6bd3b5f4a8e79 /src/libsyntax | |
| parent | 97e591ae0cfff5ef74d18b36529797b36dcddc46 (diff) | |
| parent | 0c58eec86c0dc681aad0488de4b4721f953428ad (diff) | |
| download | rust-291d51c92d3c869ed5504a45fa595e777d6b65b2.tar.gz rust-291d51c92d3c869ed5504a45fa595e777d6b65b2.zip | |
Rollup merge of #57159 - ids1024:closed-issue, r=Centril
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.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 70df403d0c2..be49c55a54c 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), |
