rust/compiler/rustc_hir_analysis
Matthias Krüger 8c6c6a7591
Rollup merge of #126968 - lqd:issue-126670, r=compiler-errors
Don't ICE during RPITIT refinement checking for resolution errors after normalization

#126670 shows a case where resolution errors after normalization can happen during RPITIT refinement checking. Our tests didn't reach this path before, and we explicitly ICEd until we had a test. We can now delay a bug since we're sure it is reachable and have the test from the isue.

The comment I added likely still needs more expert wordsmithing.

r? ``@compiler-errors`` who's making me work during vacation (j/k).
Fixes #126670
2024-06-26 07:50:20 +02:00
..
src Rollup merge of #126968 - lqd:issue-126670, r=compiler-errors 2024-06-26 07:50:20 +02:00
Cargo.toml bump itertools to 0.12 2024-03-08 12:34:05 +03:00
README.md
messages.ftl Rollup merge of #126686 - fmease:dump-preds-n-item-bounds, r=compiler-errors 2024-06-22 12:57:19 +02:00

README.md

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.