Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
tests
/
ui
/
parser
/
issues
/
unnessary-error-issue-138401.rs
blob: 208c516365a821a0e5fac67121022697a073e4bc [
file
] [
log
] [
blame
]
pub
fn
foo
(
x
:
i64
)
->
i64
{
x
.
abs
)
}
//~^ ERROR unexpected closing delimiter: `}`
fn
main
()
{}