blob: 208b263e0f89426e741662fa5039d3b9b8842196 [file] [log] [blame]
error[E0027]: pattern does not mention field `name`
--> $DIR/E0027.rs:20:9
|
LL | Dog { age: x } => {}
| ^^^^^^^^^^^^^^ missing field `name`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0027`.