]> git.proxmox.com Git - rustc.git/blame - src/test/ui/privacy/private-struct-field-ctor.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / privacy / private-struct-field-ctor.stderr
CommitLineData
b7449926 1error[E0451]: field `x` of struct `a::Foo` is private
0731742a 2 --> $DIR/private-struct-field-ctor.rs:8:22
b7449926 3 |
532ac7d7 4LL | let s = a::Foo { x: 1 };
ba9703b0 5 | ^^^^ private field
b7449926
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0451`.