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
/
0072_path_part.rs
blob: f6e32c7c1493a36389b207b27572de2004670e62 (
plain
)
1
2
3
4
5
6
fn
foo
()
{
let
foo
::
Bar
=
();
let
::
Bar
=
();
let
Bar
{
..
}
=
();
let
Bar
(
..
)
=
();
}