]> git.proxmox.com Git - rustc.git/blob - src/test/ui/error-codes/E0559.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0559.stderr
1 error[E0559]: variant `Field::Fool` has no field named `joke`
2 --> $DIR/E0559.rs:16:27
3 |
4 16 | let s = Field::Fool { joke: 0 };
5 | ^^^^^ `Field::Fool` does not have this field
6 |
7 = note: available fields are: `x`
8
9 error: aborting due to previous error
10