]> git.lizzy.rs Git - rust.git/blob - src/test/ui/privacy/private-method-inherited.stderr
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
[rust.git] / src / test / ui / privacy / private-method-inherited.stderr
1 error[E0624]: associated function `f` is private
2   --> $DIR/private-method-inherited.rs:13:7
3    |
4 LL |     x.f();
5    |       ^ private associated function
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0624`.