]> git.lizzy.rs Git - rust.git/blob - src/test/ui/implicit-method-bind.rs
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
[rust.git] / src / test / ui / implicit-method-bind.rs
1 fn main() {
2     let _f = 10i32.abs; //~ ERROR attempted to take value of method
3 }