rust/src/test/ui/error-codes/E0027.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

9 lines
273 B
Text

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`.