]> git.lizzy.rs Git - rust.git/blob - tests/ui/implicit-method-bind.rs
Rollup merge of #107482 - notriddle:notriddle/keywords, r=jsha
[rust.git] / tests / ui / implicit-method-bind.rs
1 fn main() {
2     let _f = 10i32.abs; //~ ERROR attempted to take value of method
3 }