mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-25 09:41:32 +00:00
14 lines
225 B
Plaintext
14 lines
225 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 previous error
|
|
|