summaryrefslogtreecommitdiffstats
path: root/tests/ui/macros/issue-39388.stderr
blob: 62e7dff547692ead4c1aab1a46b6eb54a92d7aff (plain)
1
2
3
4
5
6
7
8
error: expected one of: `*`, `+`, or `?`
  --> $DIR/issue-39388.rs:4:22
   |
LL |     (($($a:tt)*) = ($($b:tt))*) => {
   |                      ^^^^^^^

error: aborting due to previous error