]> git.lizzy.rs Git - rust.git/blob - src/test/ui/privacy/private-method-inherited.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / privacy / private-method-inherited.stderr
1 error[E0624]: method `f` is private
2   --> $DIR/private-method-inherited.rs:23:7
3    |
4 LL |     x.f();  //~ ERROR method `f` is private
5    |       ^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0624`.