rust/src/test/ui/parser/issue-24197.rs
2019-08-24 21:53:55 +02:00

3 lines
98 B
Rust

fn main() {
let buf[0] = 0; //~ ERROR expected one of `:`, `;`, `=`, `@`, or `|`, found `[`
}