9 lines
238 B
Plaintext
9 lines
238 B
Plaintext
|
error: expected one of: `*`, `+`, or `?`
|
||
|
--> $DIR/issue-39388.rs:14:22
|
||
|
|
|
||
|
LL | (($($a:tt)*) = ($($b:tt))*) => { //~ ERROR expected one of: `*`, `+`, or `?`
|
||
|
| ^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|