rust/compiler
Matthias Krüger 086be2b6c4
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
2022-01-25 23:06:04 +01:00
..
2021-12-14 18:50:31 -04:00
2021-11-19 07:52:59 +11:00
2022-01-19 13:44:43 -06:00
2022-01-15 01:16:55 +00:00