]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/better-expected.rs
Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum
[rust.git] / tests / ui / parser / better-expected.rs
1 fn main() {
2     let x: [isize 3]; //~ ERROR expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `3`
3 }