rust/src/test/compile-fail/implicit-method-bind.rs

4 lines
81 B
Rust

fn main() {
let _f = 10.times; //~ ERROR attempted to take value of method
}