rust/src/test/ui/error-codes/ex-E0611.stderr

10 lines
220 B
Plaintext
Raw Normal View History

error[E0616]: field `0` of struct `a::Foo` is private
2018-12-25 15:56:47 +00:00
--> $DIR/ex-E0611.rs:11:4
|
2019-03-09 12:03:44 +00:00
LL | y.0;
| ^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0616`.