mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
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
|
|
|