]> git.proxmox.com Git - rustc.git/blame - src/test/ui/privacy/private-method.stderr
Update upstream source from tag 'upstream/1.30.0_beta.7+dfsg1'
[rustc.git] / src / test / ui / privacy / private-method.stderr
CommitLineData
b7449926
XL
1error[E0624]: method `nap` is private
2 --> $DIR/private-method.rs:34:8
3 |
4LL | nyan.nap();
5 | ^^^
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0624`.