summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-42755.stderr
blob: 12047e22f1b026558110df25a2c9085145cd81a8 (plain)
1
2
3
4
5
6
7
8
error: repetition matches empty token tree
  --> $DIR/issue-42755.rs:2:7
   |
LL |     ($($p:vis)*) => {}
   |       ^^^^^^^^

error: aborting due to previous error