]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/recover-field-extra-angle-brackets-in-struct-with-a-field.stderr
Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=davidtwco
[rust.git] / tests / ui / parser / recover-field-extra-angle-brackets-in-struct-with-a-field.stderr
1 error: unmatched angle bracket
2   --> $DIR/recover-field-extra-angle-brackets-in-struct-with-a-field.rs:2:25
3    |
4 LL |       next: Option<String>>
5    |  _________________________^
6 LL | |
7 LL | | }
8    | |_ help: remove extra angle bracket
9
10 error: aborting due to previous error
11