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
/
0086_array_expr.rs
blob: 4dc1999d14083087e5d838dfee506b3053a41eda (
plain
)
1
2
3
4
5
6
fn
foo
()
{
[];
[
1
];
[
1
,
2
,];
[
1
;
2
];
}