rust/src/test/ui/privacy/union-field-privacy-2.stderr

10 lines
298 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error[E0616]: field `c` of struct `m::U` is private
--> $DIR/union-field-privacy-2.rs:24:13
|
LL | let c = u.c; //~ ERROR field `c` of struct `m::U` is private
| ^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0616`.