diff options
| author | Mark Mansi <markm@cs.wisc.edu> | 2018-02-08 18:40:00 -0600 |
|---|---|---|
| committer | Mark Mansi <markm@cs.wisc.edu> | 2018-02-08 18:40:00 -0600 |
| commit | 4cf3b65714726d2c3022717e108943590807b4a2 (patch) | |
| tree | ee071bcf0fd3c958d6d0bb2fa97f31dcb61815a7 /src/libsyntax/feature_gate.rs | |
| parent | 549534e438e40439aa43e6580fe31509ea31376f (diff) | |
| download | rust-4cf3b65714726d2c3022717e108943590807b4a2.tar.gz rust-4cf3b65714726d2c3022717e108943590807b4a2.zip | |
Use the right tracking issue
Diffstat (limited to 'src/libsyntax/feature_gate.rs')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 9358511018a..382ee3525ec 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -454,9 +454,7 @@ declare_features! ( (active, repr_transparent, "1.25.0", Some(43036)), // Use `?` as the Kleene "at most one" operator - // FIXME(mark-i-m): make sure we use the correct issue number when there is - // a tracking issue... - (active, macro_at_most_once_rep, "1.25.0", None), + (active, macro_at_most_once_rep, "1.25.0", Some(48075)), ); declare_features! ( |
