rust/compiler/rustc_trait_selection
Guillaume Gomez b1035d7f49
Rollup merge of #135498 - compiler-errors:dyn-upcasting-completeness, r=lcnr
Prefer lower `TraitUpcasting` candidates in selection

Fixes #135463. The underlying cause is this ambiguity, but it's more clear (and manifests as a coercion error, rather than a MIR validation error) when it's written the way I did in the UI test.

Sorry this is cursed r? lcnr
2025-01-15 16:30:17 +01:00
..
src Rollup merge of #135498 - compiler-errors:dyn-upcasting-completeness, r=lcnr 2025-01-15 16:30:17 +01:00
Cargo.toml rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures 2024-12-16 19:08:19 +01:00
messages.ftl mir_transform: implement forced inlining 2025-01-10 18:37:54 +00:00