blob: cb9059ee5380364635d7438962ec6d1883337381 [file] [log] [blame]
error[E0559]: variant `Field::Fool` has no field named `joke`
--> $DIR/E0559.rs:16:27
|
LL | let s = Field::Fool { joke: 0 };
| ^^^^ `Field::Fool` does not have this field
|
= note: available fields are: `x`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0559`.