blob: 326595a7cb706cbd9bcfdb47ba8ecd500d471529 [file] [log] [blame] [edit]
error[E0026]: variant `A::A` does not have a field named `fob`
--> $DIR/match-enum-struct-variant-field-missing.rs:12:16
|
LL | A::A { fob } => {
| ^^^
| |
| variant `A::A` does not have this field
| help: a field with a similar name exists: `foo`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0026`.