From: Matthias Krüger Date: Tue, 25 Jan 2022 22:06:04 +0000 (+0100) Subject: Rollup merge of #93303 - compiler-errors:issue-93282, r=wesleywiser X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=086be2b6c430386f86b00624d4e536e972fcdbb1;p=rust.git Rollup merge of #93303 - compiler-errors:issue-93282, r=wesleywiser Fix ICE when parsing bad turbofish with lifetime argument Generalize conditions where we suggest adding the turbofish operator, so we don't ICE during code like ```rust fn foo() { A<'a,> } ``` but instead suggest adding a turbofish. Fixes #93282 --- 086be2b6c430386f86b00624d4e536e972fcdbb1