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
|
|
|
|
|
2018-02-19 14:40:25 -06:00
|
|
|
If you want more information on this error, try using "rustc --explain E0026"
|