]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0610.stderr
Move some E0XXX to `ui`
[rust.git] / src / test / ui / error-codes / E0610.stderr
1 error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields
2   --> $DIR/E0610.rs:13:15
3    |
4 13 |     let _ = x.foo; //~ ERROR E0610
5    |               ^^^
6
7 error: aborting due to previous error
8