]> git.lizzy.rs Git - rust.git/blob - src/test/ui/implicit-method-bind.rs
Rollup merge of #89945 - JohnTitor:we-now-specialize-clone-from-slice, r=the8472
[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 }