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
/
tests
/
data
/
parser
/
inline
/
0087_stmt_postfix_expr_ambiguity.rs
blob: 2edd578f9d7319f689c5b46ff9079ab0622229e6 (
plain
)
1
2
3
4
5
6
7
fn
foo
()
{
match
()
{
_
=>
{}
()
=>
{}
[]
=>
{}
}
}