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

10 lines
292 B
Plaintext
Raw Normal View History

2018-02-08 03:35:35 +00:00
error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields
--> $DIR/E0610.rs:13:15
|
13 | let _ = x.foo; //~ ERROR E0610
| ^^^
error: aborting due to previous error
2018-02-19 20:40:25 +00:00
If you want more information on this error, try using "rustc --explain E0610"