summary refs log tree commit diff
path: root/src/test/ui/issues/issue-34209.stderr
blob: 194bb2bfab8ae29d532aff3f1a62515cfa96639c (plain)
1
2
3
4
5
6
7
8
9
10
11
error: no variant `B` in enum `S`
  --> $DIR/issue-34209.rs:7:12
   |
LL | enum S {
   | ------ variant `B` not found here
...
LL |         S::B {} => {},
   |            ^ help: there is a variant with a similar name: `A`

error: aborting due to previous error