Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
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
()
{
}