Skip to content

Commit 1bd0862

Browse files
committed
Update feature gate test
1 parent 4cf3b65 commit 1bd0862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/feature-gate-macro_at_most_once_rep.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// gate is not used.
1313

1414
macro_rules! m { ($(a)?) => {} }
15-
//~^ ERROR Using the `?` macro Kleene operator for "at most one" repetition is unstable
15+
//~^ ERROR Using the `?` macro Kleene operator for "at most one" repetition is unstable (see issue #48075)
1616

1717
fn main() {
1818
m!();

0 commit comments

Comments
 (0)