]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0624.stderr
Auto merge of #47804 - retep007:recursive-requirements, r=pnkfelix
[rust.git] / src / test / ui / error-codes / E0624.stderr
1 error[E0624]: method `method` is private
2   --> $DIR/E0624.rs:21:9
3    |
4 21 |     foo.method(); //~ ERROR method `method` is private [E0624]
5    |         ^^^^^^
6
7 error: aborting due to previous error
8