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