What's Changed
Toolchain and implementation changes 🛠️
- Add tests for where you can or can't write a final impl by @danakj in #5419
- Add test for impl lookup on struct types with different field names and orders by @danakj in #5416
- Implement non-final impl overlap diagnostics by @danakj in #5412
- Don't use
GetCanonicalLocIdwhen determining what instruction an instruction was imported from. by @zygoloid in #5418 - Avoid unused case variable by @danakj in #5421
- Do a stable sort when splitting up impls by interface by @danakj in #5423
- Add mangling support for thunks. by @zygoloid in #5424
Full Changelog: v0.0.0-0.nightly.2025.05.04...v0.0.0-0.nightly.2025.05.06