Sign in
rust
/
rust
/
58f80da065eede67f1476ecd5f30006e62dcc2fe
/
.
/
tests
/
ui
/
tuple
/
wrong_argument_ice-4.rs
blob: 883d92dcce1437a26eaa95028a69e725f0419c48 [
file
]
fn
main
()
{
(||
{})(||
{
//~^ ERROR function takes 0 arguments but 1 argument was supplied
let
b
=
1
;
});
}