blob: dc19487f3af6538a2e78005f41fb9d638a25a196 [file] [log] [blame]
error: expected `*` or `+`
--> $DIR/issue-39388.rs:14:22
|
LL | (($($a:tt)*) = ($($b:tt))*) => { //~ ERROR expected `*` or `+`
| ^^^^^^^
error: aborting due to previous error