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
/
0044_ref_expr.rs
blob: 2dac6be95e753f696d9264e10970cc508b72a12c (
plain
)
1
2
3
4
fn
foo
()
{
let
_
=
&
1
;
let
_
=
&
mut
&
f
();
}