rust/tests/ui/error-codes/ex-E0611.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
233 B
Plaintext
Raw Normal View History

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