blob: a15fce46877ceb8c3e35cefc43f96a16a97dabdb (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0624]: associated function `nap` is private
--> $DIR/private-method.rs:22:8
|
LL | nyan.nap();
| ^^^ private associated function
error: aborting due to previous error
For more information about this error, try `rustc --explain E0624`.
|