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