]> git.proxmox.com Git - rustc.git/blob - tests/ui/error-codes/ex-E0611.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / 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 1 previous error
8
9 For more information about this error, try `rustc --explain E0616`.