]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hygiene/privacy.stderr
Rollup merge of #59847 - Kampfkarren:try-block-catch, r=estebank
[rust.git] / src / test / ui / hygiene / privacy.stderr
1 error[E0603]: function `f` is private
2   --> $DIR/privacy.rs:16:14
3    |
4 LL |         foo::f()
5    |              ^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0603`.