Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
tuple
/
wrong_argument_ice-4.rs
blob: 479bd0d819fdb921b4a59fdb1e1cc737d544afca [
file
] [
log
] [
blame
]
fn
main
()
{
(||
{})(||
{
//~^ ERROR this function takes 0 arguments but 1 argument was supplied
let
b
=
1
;
});
}