mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 06:34:22 +00:00
5 lines
116 B
Rust
5 lines
116 B
Rust
fn main() {
|
|
(|_, ()| ())([return, ()]);
|
|
//~^ ERROR function takes 2 arguments but 1 argument was supplied
|
|
}
|