summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0027.stderr
blob: 4f17bba6477a98498c92c51d47a9396436e5f147 (plain)
1
2
3
4
5
6
7
8
9
error[E0027]: pattern does not mention field `name`
  --> $DIR/E0027.rs:10:9
   |
LL |         Dog { age: x } => {}
   |         ^^^^^^^^^^^^^^ missing field `name`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0027`.