mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
error: unmatched angle bracket
|
|
--> $DIR/recover-field-extra-angle-brackets.rs:5:19
|
|
|
|
|
LL | first: Vec<u8>>,
|
|
| ^ help: remove extra angle bracket
|
|
|
|
error: aborting due to previous error
|
|
|