summary refs log tree commit diff
path: root/src/test/ui/privacy/private-method.stderr
blob: fce03d35e39c0a3f0dc215fbb0c6a020351cc5c6 (plain)
1
2
3
4
5
6
7
8
9
error[E0624]: method `nap` is private
  --> $DIR/private-method.rs:34:8
   |
LL |   nyan.nap();
   |        ^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0624`.