about summary refs log tree commit diff
path: root/src/test/ui/parser/pat-ref-enum.stderr
blob: 8729e8c5854f755b6bedadd0b00f59fc4bc46bf2 (plain)
1
2
3
4
5
6
7
8
error: expected identifier, found enum pattern
  --> $DIR/pat-ref-enum.rs:3:11
   |
LL |       ref Some(i) => {} //~ ERROR expected identifier, found enum pattern
   |           ^^^^

error: aborting due to previous error