4 lines
81 B
Rust
4 lines
81 B
Rust
|
fn main() {
|
||
|
let _f = 10.times; //~ ERROR attempted to take value of method
|
||
|
}
|