Files
rust/compiler
León Orell Valerian Liehr 233a45c41a Fix handling of const params defaults that ref Self & generalize diag
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.
2026-01-21 12:53:47 +01:00
..
2026-01-12 08:07:23 +01:00
2025-10-12 08:08:30 +00:00
2026-01-19 16:08:54 +00:00