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
/
0035_ref_pat.rs
blob: de41f5cae0f3e395086046a04b51cba09ecc0931 (
plain
)
1
2
3
4
fn
main
()
{
let
&
a
=
();
let
&
mut
b
=
();
}