mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 01:44:04 +00:00
5 lines
79 B
Rust
5 lines
79 B
Rust
![]() |
fn main() {
|
||
|
let _ = ||{}();
|
||
|
//~^ ERROR expected function, found `()`
|
||
|
}
|