2023-10-24 17:22:52 -05:00
|
|
|
error: expected one of `!`, `+`, `,`, `::`, or `>`, found `(`
|
|
|
|
--> $DIR/deep-unmatched-angle-brackets.rs:14:63
|
|
|
|
|
|
|
|
|
LL | <f::<f::<f::<f::<f::<f::<f::<f::<f::<f::<f::<f::<f::<>();
|
|
|
|
| ^ expected one of `!`, `+`, `,`, `::`, or `>`
|
|
|
|
|
|
|
|
|
help: you might have meant to end the type parameters here
|
|
|
|
|
|
|
|
|
LL | <f::<f::<f::<f::<f::<f::<f::<f::<f::<f::<f::<f::<f::<>>();
|
|
|
|
| +
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-10-24 17:22:52 -05:00
|
|
|
|