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
/
0069_match_arm.rs
blob: 2c0e8841451f8789eddcfa7bb08131ee2d735000 (
plain
)
1
2
3
4
5
6
fn
foo
()
{
match
()
{
_
=>
(),
X
|
Y
if
Z
=>
(),
};
}