rust/compiler/rustc_infer/src
Guillaume Gomez 7c3cb5688d
Rollup merge of #142126 - compiler-errors:normalize-uv-via-relate, r=BoxyUwU
Treat normalizing consts like normalizing types in deeply normalize

...so that we don't end up putting a top-level normalizes-to goal in the fulfillment context, which ICEs. This basically just models the normalize-const code off of the normalize-ty code above it, which uses an alias-relate goal instead.

Fixes rust-lang/rust#140571

r? lcnr
2025-06-07 22:22:58 +02:00
..
infer Rollup merge of #142126 - compiler-errors:normalize-uv-via-relate, r=BoxyUwU 2025-06-07 22:22:58 +02:00
traits Use less rustc_type_ir in the compiler codebase 2025-05-02 09:37:06 +02:00
errors.rs Rename errors/mod.rs as errors.rs. 2024-10-07 09:50:50 +11:00
lib.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00