mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 18:40:49 +00:00
15 lines
326 B
Plaintext
15 lines
326 B
Plaintext
error: unmatched angle bracket
|
|
--> $DIR/recover-field-extra-angle-brackets-in-struct-with-a-field.rs:2:25
|
|
|
|
|
LL | next: Option<String>>
|
|
| ^
|
|
|
|
|
help: remove extra angle bracket
|
|
|
|
|
LL - next: Option<String>>
|
|
LL + next: Option<String>
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|