Sign in
fuchsia
/
third_party
/
rust
/
e356279bdfe6840236877b298f0c577e0f9221ff
/
.
/
tests
/
ui
/
argument-suggestions
/
issue-98897.rs
blob: 27734f74dee78420506485adbcce02342a691c9c [
file
] [
log
] [
blame
]
fn
main
()
{
(|
_
,
()|
())([
return
,
()]);
//~^ ERROR function takes 2 arguments but 1 argument was supplied
}