summary refs log tree commit diff
path: root/src/test/ui/issue-39388.stderr
blob: dc19487f3af6538a2e78005f41fb9d638a25a196 (plain)
1
2
3
4
5
6
7
8
error: expected `*` or `+`
  --> $DIR/issue-39388.rs:14:22
   |
LL |     (($($a:tt)*) = ($($b:tt))*) => { //~ ERROR expected `*` or `+`
   |                      ^^^^^^^

error: aborting due to previous error