Files
rust/compiler/rustc_trait_selection/src
bors a4079b29bb Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726
cleanup region handling: add `LateParamRegionKind`

The second commit is to enable a split between `BoundRegionKind` and `LateParamRegionKind`, by avoiding `BoundRegionKind` where it isn't necessary.

The third comment then adds `LateParamRegionKind` to avoid having the same late-param region for separate bound regions. This fixes #124021.

r? `@compiler-errors`
2024-12-19 08:33:20 +00:00
..
2024-12-18 16:05:44 +01:00
2024-12-18 23:23:44 +08:00
2024-12-02 13:57:56 +01:00
2024-12-17 08:50:47 +01:00