about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-05-21 20:28:46 +0200
committerGitHub <noreply@github.com>2024-05-21 20:28:46 +0200
commit6009cb776ae5480010d810f8eddcfe5028dc86b8 (patch)
treed71abe2dc932ede47e4b0754cdf05eb1549d6962 /compiler/rustc_codegen_llvm/src/errors.rs
parent506512391b1a75ae450d36c9420978402a91abcc (diff)
parent4ebbb5f048797598e22916532b94517285492f03 (diff)
downloadrust-6009cb776ae5480010d810f8eddcfe5028dc86b8.tar.gz
rust-6009cb776ae5480010d810f8eddcfe5028dc86b8.zip
Rollup merge of #123122 - surechen:fix_122714, r=fmease
Fix incorrect suggestion for undeclared hrtb lifetimes in where clauses.

For poly-trait-ref like `for<'a> Trait<T>`   in  `T: for<'a> Trait<T> + 'b { }`.
We should merge the hrtb lifetimes: existed `for<'a>` and suggestion `for<'b>` or will get err: [E0316] nested quantification of lifetimes

fixes #122714
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions