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

10 lines
270 B
Plaintext
Raw Normal View History

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