2023-10-24 22:22:52 +00: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 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-10-24 22:22:52 +00:00
|
|
|
|