mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 13:46:03 +00:00
14 lines
339 B
Plaintext
14 lines
339 B
Plaintext
error: unexpected closing delimiter: `}`
|
|
--> $DIR/deli-ident-issue-2.rs:5:1
|
|
|
|
|
LL | if 1 < 2 {
|
|
| - the nearest open delimiter
|
|
LL | let _a = vec!];
|
|
| - missing open `[` for this delimiter
|
|
LL | }
|
|
LL | }
|
|
| ^ unexpected closing delimiter
|
|
|
|
error: aborting due to 1 previous error
|
|
|