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