mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
233a45c41a
We used to lower such bad defaulted const args in trait object types to
`{type error}`; now correctly lower them to `{const error}`.
The added tests used to ICE prior to this change.