9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
|
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
|
||
|
|