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
/
syntax
/
test_data
/
parser
/
ok
/
0015_use_tree.rs
blob: 46a0783a2bdffc9d4e0bef5c6cf6eaa97c8f5da5 (
plain
)
1
2
use
foo
as
bar
;
use
foo
::
{
a
as
b
,
*
,
::
*
,
::
foo
as
x
};