Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
argument-suggestions
/
issue-99482.rs
blob: 731b863069b23d7283af4f129e48f3f782afa607 [
file
] [
log
] [
blame
]
fn
main
()
{
let
f
=
|
_
:
(),
f
:
fn
()|
f
;
let
_f
=
f
(
main
);
//~^ ERROR this function takes 2 arguments but 1 argument was supplied
}