]> git.proxmox.com Git - rustc.git/blob - src/test/ui/attempted-access-non-fatal.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / attempted-access-non-fatal.stderr
1 error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields
2 --> $DIR/attempted-access-non-fatal.rs:4:15
3 |
4 LL | let _ = x.foo;
5 | ^^^
6
7 error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields
8 --> $DIR/attempted-access-non-fatal.rs:5:15
9 |
10 LL | let _ = x.bar;
11 | ^^^
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0610`.