blob: f3c68f4928dbb3b343e6a1f70aa617715fb6a294 [file] [log] [blame]
error: this must repeat at least once
--> $DIR/issue-61033-1.rs:4:34
|
LL | ($x:ident, $($tt:tt)*) => { $($tt)+ }
| ^^^^^
error: aborting due to previous error