2017-12-10 22:47:55 +03:00
|
|
|
error[E0560]: struct `A` has no field named `bar`
|
|
|
|
--> $DIR/struct-fields-hints.rs:20:9
|
|
|
|
|
|
|
|
|
20 | bar : 42,
|
2018-02-17 19:35:59 -08:00
|
|
|
| ^^^ field does not exist - did you mean `car`?
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-02-19 21:40:25 +01:00
|
|
|
If you want more information on this error, try using "rustc --explain E0560"
|