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
/
0034_bind_pat.rs
blob: 604db24079bb2e9e754f95103fc4f26a9f743783 (
plain
)
1
2
3
4
5
6
fn
main
()
{
let
a
=
();
let
ref
b
=
();
let
ref
mut
c
=
();
let
d
@
_
=
();
}