]> git.lizzy.rs Git - rust.git/blob - src/test/ui/implicit-method-bind.rs
Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebank
[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 }