]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0610.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / error-codes / E0610.stderr
CommitLineData
2c00a5a8 1error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields
0731742a 2 --> $DIR/E0610.rs:3:15
2c00a5a8 3 |
532ac7d7 4LL | let _ = x.foo;
2c00a5a8
XL
5 | ^^^
6
7error: aborting due to previous error
8
0531ce1d 9For more information about this error, try `rustc --explain E0610`.