]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/do-not-suggest-semicolon-between-macro-without-exclamation-mark-and-array.stderr
Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbini
[rust.git] / tests / ui / parser / do-not-suggest-semicolon-between-macro-without-exclamation-mark-and-array.stderr
1 error: expected one of `.`, `?`, `]`, or an operator, found `,`
2   --> $DIR/do-not-suggest-semicolon-between-macro-without-exclamation-mark-and-array.rs:2:19
3    |
4 LL |     let _x = vec[1, 2, 3];
5    |                   ^ expected one of `.`, `?`, `]`, or an operator
6
7 error: aborting due to previous error
8