mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
5df1123b39
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