What's Changed
Toolchain and implementation changes 🛠️
- Add a basic test for name poisoning by @bricknerb in #4572
- Fix impl lookup to look in the arguments of a specific. by @zygoloid in #4601
- Include the call arguments in the location of a call. by @zygoloid in #4602
- [NFC] In DeclNameStack::AddName(), use NameScope::AddRequired() instead of duplicating its logic by @bricknerb in #4610
- Expose InstKind::FromInt for Inst instead of InstKind::Make by @danakj in #4611
- CHECK that PreCheck and GetCheckUnit are not called twice by @danakj in #4608
Full Changelog: v0.0.0-0.nightly.2024.11.28...v0.0.0-0.nightly.2024.12.03