index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
syntax
/
test_data
/
parser
/
err
/
0023_mismatched_paren.rs
blob: 0206d563ea78efb7ff3d61256ffbd607fb11358c (
plain
)
1
2
3
4
5
fn
main
()
{
foo
!
(
bar
,
"baz"
,
1
,
2.0
}
//~ ERROR incorrect close delimiter
}