10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
|
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`.
|