blob: 8a47846d667e34c8a687e190979e33c3b9f644b4 [file] [log] [blame]
error[E0624]: associated function `nap` is private
--> $DIR/private-method-cross-crate.rs:7:8
|
LL | nyan.nap();
| ^^^ private associated function
error: aborting due to previous error
For more information about this error, try `rustc --explain E0624`.