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