| error: expected one of `)`, `,`, or `:`, found `>` |
| --> $DIR/issue-58856-1.rs:3:9 |
| | ^ ^ help: `)` may belong here |
| error: expected one of `->`, `;`, `where`, or `{`, found `>` |
| --> $DIR/issue-58856-1.rs:3:14 |
| | - while parsing this item list starting here |
| | ^ expected one of `->`, `;`, `where`, or `{` |
| | - the item list ends here |
| error[E0412]: cannot find type `A` in this scope |
| --> $DIR/issue-58856-1.rs:1:6 |
| | ^ not found in this scope |
| error: aborting due to 3 previous errors |
| For more information about this error, try `rustc --explain E0412`. |