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