Esteban Küber 2dec1bc685 Avoid unbounded O(n^2) when parsing nested type args
When encountering code like `f::<f::<f::<f::<f::<f::<f::<f::<...` with
unmatched closing angle brackets, add a linear check that avoids the
exponential behavior of the parse recovery mechanism.

Fix #117080.
2023-10-25 19:07:34 +00:00
..
2023-10-03 21:31:27 +00:00
2023-10-09 19:24:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-05 01:04:41 +00:00
fix
2023-10-09 19:24:05 +00:00
2023-10-04 01:35:07 +00:00
2023-10-04 01:35:07 +00:00