]> git.proxmox.com Git - rustc.git/blame - src/test/ui/privacy/private-impl-method.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / privacy / private-impl-method.stderr
CommitLineData
ba9703b0 1error[E0624]: associated function `foo` is private
0731742a 2 --> $DIR/private-impl-method.rs:20:7
b7449926 3 |
136023e0
XL
4LL | fn foo(&self) {}
5 | ------------- private associated function defined here
6...
532ac7d7 7LL | s.foo();
ba9703b0 8 | ^^^ private associated function
b7449926
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0624`.