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
/
libsyntax2
/
tests
/
data
/
parser
/
inline
/
0101_qual_paths.rs
blob: d140692e210ba494a056396c73ecccb5cdf7da9a (
plain
)
1
2
type
X
=
<
A
as
B
>
::
Output
;
fn
foo
()
{
<
usize
as
Default
>
::
default
();
}