5 lines
71 B
Rust
5 lines
71 B
Rust
fn main() {
|
|
"".chars().fold(|_, _| (), ());
|
|
//~^ ERROR E0277
|
|
}
|