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
/
0055_dot_dot_dot.rs
blob: cd204f65ed9d0f0caff54b5728b0ad97918bdbd3 (
plain
)
1
2
3
4
5
type
X
=
();
fn
main
()
{
let
()
:::
X
=
();
}