rust/src/test/ui/attempted-access-non-fatal.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

16 lines
468 B
Plaintext

error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields
--> $DIR/attempted-access-non-fatal.rs:4:15
|
LL | let _ = x.foo;
| ^^^
error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields
--> $DIR/attempted-access-non-fatal.rs:5:15
|
LL | let _ = x.bar;
| ^^^
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0610`.