rust/compiler/rustc_hir_analysis
Matthias Krüger 5df1123b39
Rollup merge of #131038 - onkoe:fix/adt_const_params_leak_118179, r=compiler-errors
Fix `adt_const_params` leaking `{type error}` in error msg

Fixes the confusing diagnostic described in #118179. (users would see `{type error}` in some situations, which is pretty weird)

`adt_const_params` tracking issue: #95174
2024-09-30 18:25:14 +02:00
..
src Rollup merge of #131038 - onkoe:fix/adt_const_params_leak_118179, r=compiler-errors 2024-09-30 18:25:14 +02:00
Cargo.toml bump itertools to 0.12 2024-03-08 12:34:05 +03:00
messages.ftl Compiler: Rename "object safe" to "dyn compatible" 2024-09-25 13:26:48 +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.