summary refs log tree commit diff
path: root/src/test/ui/privacy/private-method.stderr
blob: 64820e5ea8c70c1a905fdbb46343dab905bb72c2 (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 method `nap` is private
   |        ^^^

error: aborting due to previous error

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