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

10 lines
234 B
Plaintext
Raw Normal View History

error[E0616]: field `0` of struct `a::Foo` is private
2020-03-22 13:18:06 -05:00
--> $DIR/ex-E0611.rs:11:6
|
2019-03-09 06:03:44 -06:00
LL | y.0;
2020-03-22 13:18:06 -05:00
| ^ private field
error: aborting due to previous error
For more information about this error, try `rustc --explain E0616`.