summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-53498.stderr
blob: b28fbff62b907f6569c61b5ac100e76a0e7125f6 (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 previous error

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