]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/ex-E0611.stderr
Rollup merge of #103283 - nbarrios1337:unsafe-impl-suggestions, r=cjgillot
[rust.git] / src / test / ui / error-codes / ex-E0611.stderr
1 error[E0616]: field `0` of struct `Foo` is private
2   --> $DIR/ex-E0611.rs:11:6
3    |
4 LL |    y.0;
5    |      ^ private field
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0616`.