blob: 3c0f7f2b55026e6eda83f5b5be03b040d8e69884 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0624]: associated function `foo` is private
--> $DIR/issue-53498.rs:16:27
|
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`.
|