Skip to content

Commit 4cf3b65

Browse files
committed
Use the right tracking issue
1 parent 549534e commit 4cf3b65

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/libsyntax/feature_gate.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,7 @@ declare_features! (
454454
(active, repr_transparent, "1.25.0", Some(43036)),
455455

456456
// Use `?` as the Kleene "at most one" operator
457-
// FIXME(mark-i-m): make sure we use the correct issue number when there is
458-
// a tracking issue...
459-
(active, macro_at_most_once_rep, "1.25.0", None),
457+
(active, macro_at_most_once_rep, "1.25.0", Some(48075)),
460458
);
461459

462460
declare_features! (

0 commit comments

Comments
 (0)