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