blob: 9fb9d7b89210b584258c05fc6452a50bbfdc71f0 (
plain)
1
2
3
4
5
6
7
8
|
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
|