diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-05-21 20:28:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-21 20:28:46 +0200 |
| commit | 6009cb776ae5480010d810f8eddcfe5028dc86b8 (patch) | |
| tree | d71abe2dc932ede47e4b0754cdf05eb1549d6962 /compiler/rustc_pattern_analysis/src | |
| parent | 506512391b1a75ae450d36c9420978402a91abcc (diff) | |
| parent | 4ebbb5f048797598e22916532b94517285492f03 (diff) | |
| download | rust-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_pattern_analysis/src')
0 files changed, 0 insertions, 0 deletions
