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 If you want more information on this error, try using "rustc --explain E0027"