]> git.lizzy.rs Git - rust.git/blob - src/test/ui/implicit-method-bind.stderr
Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-check...
[rust.git] / src / test / ui / implicit-method-bind.stderr
1 error[E0615]: attempted to take value of method `abs` on type `i32`
2   --> $DIR/implicit-method-bind.rs:2:20
3    |
4 LL |     let _f = 10i32.abs;
5    |                    ^^^ help: use parentheses to call the method: `abs()`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0615`.