summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0610.stderr
blob: 351e9208e95bd2d5ec508db0724a7ab457ac9af9 (plain)
1
2
3
4
5
6
7
8
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