2018-04-01 13:48:39 -05:00
|
|
|
error[E0616]: field `0` of struct `a::Foo` is private
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/ex-E0611.rs:11:4
|
2018-04-01 13:48:39 -05:00
|
|
|
|
|
|
|
|
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`.
|