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
/
ok
/
0013_use_path_self_super.rs
blob: faf6a42c7bb6b1497f96e9f7d87b9f63e8f411f7 (
plain
)
1
2
3
use
self
::
foo
;
use
super
::
super
::
bar
;
use
::
self
::
a
::
super
::
bar
;