Sign in
◑
Theme
rust
/
rust
/
7bb6510fc1899b008837a376a7fdf31b341cc1bb
/
.
/
tests
/
ui
/
parser
/
better-expected.rs
blob: 16b61caa4dffca125756cc23ae81bccbba03b325 [
file
]
fn
main
()
{
let
x
:
[
isize
3
];
//~ ERROR expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `3`
}