Sign in
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-32505.rs
blob: d95e7dc7d9effee01219ada3196fad38e35af57e [
file
]
pub
fn
test
()
{
foo
(|
_
|)
//~ ERROR expected expression, found `)`
//~^ ERROR cannot find function `foo` in this scope
}
fn
main
()
{
}