rust/compiler/rustc_middle
Matthias Krüger aab61ad663
Rollup merge of #136179 - oli-obk:push-vxvyttorquxw, r=BoxyUwU
Allow transmuting generic pattern types to and from their base

Pattern types always have the same size as their base type, so we can just ignore the pattern and look at the base type for figuring out whether transmuting is possible.
2025-01-30 12:45:32 +01:00
..
src Rollup merge of #136179 - oli-obk:push-vxvyttorquxw, r=BoxyUwU 2025-01-30 12:45:32 +01:00
Cargo.toml best_blame_constraint: prioritize blaming interesting-seeming constraints 2025-01-06 16:12:11 -08:00
messages.ftl Add TooGeneric variant to LayoutError and emit Unknown one 2025-01-27 00:37:34 +01:00
README.md

For more information about how rustc works, see the rustc dev guide.