blob: cc12483a653b0e66151aea3fe388184a3af081ac [file] [log] [blame]
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`.