mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 15:13:48 +00:00
14 lines
227 B
Plaintext
14 lines
227 B
Plaintext
error: expected `;`, found `[`
|
|
--> $DIR/suggest-semicolon-before-array.rs:8:5
|
|
|
|
|
LL | [1, 3]
|
|
| ^
|
|
|
|
|
help: consider adding `;` here
|
|
|
|
|
LL | foo();
|
|
| +
|
|
|
|
error: aborting due to 1 previous error
|
|
|