]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/do-not-suggest-semicolon-between-macro-without-exclamation-mark-and-array.rs
Rollup merge of #101118 - devnexen:fs_getmode_bsd, r=Mark-Simulacrum
[rust.git] / src / test / ui / parser / do-not-suggest-semicolon-between-macro-without-exclamation-mark-and-array.rs
1 fn main() {
2     let _x = vec[1, 2, 3]; //~ ERROR expected one of `.`, `?`, `]`, or an operator
3 }