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

9 lines
237 B
Plaintext
Raw Normal View History

2018-02-07 21:35:35 -06:00
error[E0026]: struct `Thing` does not have a field named `z`
--> $DIR/E0026.rs:19:23
|
19 | Thing { x, y, z } => {}
| ^ struct `Thing` does not have field `z`
error: aborting due to previous error