blob: c94662c2d7f8ea603903ab6964dd77d758875517 [file] [log] [blame] [edit]
error: expected one of: `*`, `+`, or `?`
--> $DIR/issue-39388.rs:4:22
|
LL | (($($a:tt)*) = ($($b:tt))*) => {
| ^^^^^^^
error: aborting due to 1 previous error