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

4 lines
81 B
Rust
Raw Normal View History

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