rust/src/test/ui/privacy/private-method.stderr
2020-03-22 15:36:54 -07:00

10 lines
261 B
Plaintext

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`.