]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0624.stderr
Allow combining -Cprofile-generate and -Cpanic=unwind when targeting
[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    |         ^^^^^^ private associated function
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0624`.