summaryrefslogtreecommitdiffstats
path: root/tests/ui/pattern/issue-95878.stderr
blob: e0eea06e0a3c3dcaa1f7fc49200be04bd8a23a4f (plain)
1
2
3
4
5
6
7
8
error: expected identifier, found keyword `Self`
  --> $DIR/issue-95878.rs:6:17
   |
LL |             ref Self => (),
   |                 ^^^^ expected identifier, found keyword

error: aborting due to previous error