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
/
libsyntax2
/
tests
/
data
/
parser
/
inline
/
0092_literal_pattern.rs
blob: 16f674d9db1eaa23265a7955ac47270d28817c0f (
plain
)
1
2
3
4
5
6
7
fn
main
()
{
match
()
{
92
=>
(),
'c'
=>
(),
"hello"
=>
(),
}
}