mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-28 18:35:44 +00:00
12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
error: unmatched angle bracket
|
|
--> $DIR/recover-field-extra-angle-brackets-in-struct-with-a-field.rs:2:25
|
|
|
|
|
LL | next: Option<String>>
|
|
| _________________________^
|
|
LL | |
|
|
LL | | }
|
|
| |_ help: remove extra angle bracket
|
|
|
|
error: aborting due to previous error
|
|
|