mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-22 03:12:48 +00:00
When encountering an inproperly terminated type parameter list, provide a suggestion to close it after the last non-constraint type parameter that was successfully parsed. Fix #94058.