rust/src/test/ui/issue-39388.stderr

9 lines
238 B
Plaintext
Raw Normal View History

2018-07-15 14:11:54 -07:00
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