summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/better-expected.rs
blob: 16b61caa4dffca125756cc23ae81bccbba03b325 (plain)
1
2
3
fn main() {
    let x: [isize 3]; //~ ERROR expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `3`
}