]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-53498.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / issues / issue-53498.stderr
1 error[E0624]: associated function `foo` is private
2 --> $DIR/issue-53498.rs:16:27
3 |
4 LL | fn foo() {}
5 | -------- private associated function defined here
6 ...
7 LL | test::Foo::<test::B>::foo();
8 | ^^^ private associated function
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0624`.