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
/
0039_path_expr.rs
blob: 333ebabef48ae9f626800cc5efe768513e0e973e (
plain
)
1
2
3
4
5
6
fn
foo
()
{
let
_
=
a
;
let
_
=
a
::
b
;
let
_
=
::
a
::
<
b
>
;
let
_
=
format
!
();
}