rust/tests/ui/offset-of/offset-of-private.stderr
2023-04-21 02:14:02 -07:00

10 lines
296 B
Plaintext

error[E0616]: field `private` of struct `Foo` is private
--> $DIR/offset-of-private.rs:15:24
|
LL | offset_of!(m::Foo, private);
| ^^^^^^^ private field
error: aborting due to previous error
For more information about this error, try `rustc --explain E0616`.