summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-53498.stderr
blob: 61a1aedf50821e7469eefcc13fba3070b8f63970 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0624]: associated function `foo` is private
  --> $DIR/issue-53498.rs:16:27
   |
LL |         fn foo() {}
   |         -------- private associated function defined here
...
LL |     test::Foo::<test::B>::foo();
   |                           ^^^ private associated function

error: aborting due to 1 previous error

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