summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-42755.stderr
blob: 41f6cc97e49bf6983fae8e40c295edfb47ba203b (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 1 previous error