blob: c89ae507ab5fd8a93b0946b3f951a1a8d97e138a [file] [log] [blame]
error[E0616]: field `meows` of struct `cat::Cat` is private
--> $DIR/private-struct-field.rs:13:21
|
LL | assert_eq!(nyan.meows, 52);
| ^^^^^ private field
error: aborting due to previous error
For more information about this error, try `rustc --explain E0616`.