]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/do-not-suggest-semicolon-between-macro-without-exclamation-mark-and-array.rs
Auto merge of #101969 - reez12g:issue-101306, r=reez12g
[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 }