Files
rust/compiler
Matthias Krüger 6009cb776a 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
2024-05-21 20:28:46 +02:00
..
2024-05-20 19:21:30 -04:00
2024-05-17 18:33:37 -03:00
2024-05-17 18:33:37 -03:00
2024-05-16 09:52:01 -04:00
2024-05-17 18:33:37 -03:00
2024-05-08 15:06:35 +00:00
2024-05-10 15:44:03 -04:00
2024-05-21 14:55:37 +10:00
2024-05-01 22:19:11 -04:00
2024-05-20 13:57:58 -04:00