We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf3b65 commit 1bd0862Copy full SHA for 1bd0862
src/test/ui/feature-gate-macro_at_most_once_rep.rs
@@ -12,7 +12,7 @@
12
// gate is not used.
13
14
macro_rules! m { ($(a)?) => {} }
15
-//~^ ERROR Using the `?` macro Kleene operator for "at most one" repetition is unstable
+//~^ ERROR Using the `?` macro Kleene operator for "at most one" repetition is unstable (see issue #48075)
16
17
fn main() {
18
m!();
0 commit comments