]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0624.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / error-codes / E0624.stderr
CommitLineData
ba9703b0 1error[E0624]: associated function `method` is private
0731742a 2 --> $DIR/E0624.rs:11:9
2c00a5a8 3 |
532ac7d7 4LL | foo.method();
ba9703b0 5 | ^^^^^^ private associated function
2c00a5a8
XL
6
7error: aborting due to previous error
8
0531ce1d 9For more information about this error, try `rustc --explain E0624`.