]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0624.stderr
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / test / ui / error-codes / E0624.stderr
1 error[E0624]: associated function `method` is private
2   --> $DIR/E0624.rs:11:9
3    |
4 LL |     foo.method();
5    |         ^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0624`.