rust/compiler/rustc_trait_selection/src
Matthias Krüger 296733d5ac
Rollup merge of #140519 - compiler-errors:name-based-comparison, r=oli-obk
Use select in projection lookup in `report_projection_error`

Using `for_each_relevant_impl` doesn't actually select the correct impl; we can use `select` here to actually get the correct impl with certainty. Follow-up to https://github.com/rust-lang/rust/pull/140278.

r? oli-obk
2025-05-02 19:37:57 +02:00
..
error_reporting Rollup merge of #140519 - compiler-errors:name-based-comparison, r=oli-obk 2025-05-02 19:37:57 +02:00
errors Move eager translation to a method on Diag 2025-04-16 21:38:59 -04:00
solve Rollup merge of #140468 - BoxyUwU:normalization_confusings2, r=lcnr 2025-04-30 22:36:41 +02:00
traits Rollup merge of #140468 - BoxyUwU:normalization_confusings2, r=lcnr 2025-04-30 22:36:41 +02:00
errors.rs Extend HIR to track the source and syntax of a lifetime 2025-04-23 16:37:39 -04:00
infer.rs Consider Copy/Clone too 2025-04-22 17:05:15 +00:00
lib.rs Make #![feature(let_chains)] bootstrap conditional in compiler/ 2025-04-23 16:40:30 +02:00
opaque_types.rs NonGenericOpaqueTypeParam::ty to arg 2025-04-11 15:18:30 +02:00
regions.rs Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack 2025-03-04 18:18:48 +00:00
solve.rs confusings 2025-04-29 18:55:21 +01:00