Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
better-expected.rs
blob: 16b61caa4dffca125756cc23ae81bccbba03b325 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
x
:
[
isize
3
];
//~ ERROR expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `3`
}