]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/ex-E0611.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / error-codes / ex-E0611.stderr
CommitLineData
83c7162d 1error[E0616]: field `0` of struct `a::Foo` is private
ba9703b0 2 --> $DIR/ex-E0611.rs:11:6
83c7162d 3 |
532ac7d7 4LL | y.0;
ba9703b0 5 | ^ private field
83c7162d
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0616`.