mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
5 lines
71 B
Rust
5 lines
71 B
Rust
fn main() {
|
|
"".chars().fold(|_, _| (), ());
|
|
//~^ ERROR E0277
|
|
}
|