Source code

Revision control

Copy as Markdown

Other Tools

error[E0624]: associated function `f` is private
--> tests/ui/not-visible.rs:17:20
|
12 | fn f() {}
| ------ private associated function defined here
...
17 | types::Struct::f();
| ^ private associated function