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
/
0070_match_expr.rs
blob: c9205dfa30fc5a54e6277114db00878aca39f346 (
plain
)
1
2
3
4
fn
foo
()
{
match
()
{
};
match
S
{};
}