rust/compiler/rustc_trait_selection
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
..
src Rollup merge of #140519 - compiler-errors:name-based-comparison, r=oli-obk 2025-05-02 19:37:57 +02:00
Cargo.toml Use less rustc_type_ir in the compiler codebase 2025-04-30 16:42:33 +02:00
messages.ftl NonGenericOpaqueTypeParam::ty to arg 2025-04-11 15:18:30 +02:00