1error[E0603]: function `f` is private
2  --> $DIR/privacy.rs:16:14
3   |
4LL |         foo::f()
5   |              ^ private function
6   |
7note: the function `f` is defined here
8  --> $DIR/privacy.rs:4:5
9   |
10LL |     fn f() {}
11   |     ^^^^^^
12
13error: aborting due to previous error
14
15For more information about this error, try `rustc --explain E0603`.
16