index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
indent
/
rust
/
array.rs
blob: 68344e0eee6f2145b7dea245fd01b46a619968b3 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
11
const
X
:
[
i32
;
2
]
=
[
1
,
2
,
];
fn
foo
()
{
let
_x
=
[
1
,
2
,
];
}