mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-13 15:33:53 +00:00
11 lines
259 B
Plaintext
11 lines
259 B
Plaintext
error: expected one of `.`, `?`, `]`, or an operator, found `,`
|
|
--> $DIR/do-not-suggest-semicolon-before-array.rs:5:5
|
|
|
|
|
LL | [1, 3)
|
|
| ^ ^ help: `]` may belong here
|
|
| |
|
|
| unclosed delimiter
|
|
|
|
error: aborting due to previous error
|
|
|