rust/src/test/ui/error-codes/E0027.stderr

9 lines
205 B
Plaintext
Raw Normal View History

2018-02-07 21:35:35 -06:00
error[E0027]: pattern does not mention field `name`
--> $DIR/E0027.rs:20:9
|
20 | Dog { age: x } => {}
| ^^^^^^^^^^^^^^ missing field `name`
error: aborting due to previous error