On Wed Dec 24, 2025 at 12:26 AM WET, Jason Merrill wrote:
> The problem seems to be that when we try and fail to parse a 
> type-requirement, we hit error recovery code in 
> cp_parser_skip_to_end_of_statement that wants to wrap up the template to 
> recover from the error.  But since we're parsing tentatively, that's 
> overkill.
This helped fix it! I'll submit a v2 with some changes.

Reply via email to