Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
tests
/
ui
/
parser
/
suggest-semi-in-array.rs
blob: 9ce2e59e53ba612a16a1570ec95caa9e5a286d76 [
file
] [
log
] [
blame
]
fn
main
()
{
let
v
=
[
1
2
];
//~^ ERROR expected one of `,`, `.`, `;`, `?`, `]`, or an operator, found `2`
}