rust/tests/ui/parser/suggest-semicolon-before-ar...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
225 B
Plaintext
Raw Normal View History

error: expected `;`, found `[`
--> $DIR/suggest-semicolon-before-array.rs:8:5
|
LL | [1, 3]
| ^
|
help: consider adding `;` here
|
LL | foo();
| +
error: aborting due to previous error