about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-01-25 23:06:04 +0100
committerGitHub <noreply@github.com>2022-01-25 23:06:04 +0100
commit086be2b6c430386f86b00624d4e536e972fcdbb1 (patch)
treeff1327687a5b2cfaf76fd3a7990072a9fb6c8365 /compiler/rustc_codegen_llvm/src
parent04f915b33258c98fe8a5061369a7d924e3d2328a (diff)
parent37bed05986db600d6d8028af981632138dd7c7b2 (diff)
downloadrust-086be2b6c430386f86b00624d4e536e972fcdbb1.tar.gz
rust-086be2b6c430386f86b00624d4e536e972fcdbb1.zip
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
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions