rust/tests/ui/offset-of/offset-of-private.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
296 B
Plaintext
Raw Normal View History

2022-09-11 02:37:49 -05:00
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`.