Nightly build 2025.01.29
Pre-release
Pre-release
·
202 commits
to trunk
since this release
What's Changed
Toolchain and implementation changes 🛠️
- Stop allowing
impl
redeclarations to differ syntactically inwhere
clause by @josh11b in #4850 - When looking up a name in a scope, propagate the lookup result when it's poisoned by @bricknerb in #4851
- Change
DeclNameStack::LookupOrAddName()
to returnSemIR::ScopeLookupResult
instead of apair
by @bricknerb in #4852 - Clean up obsolete import handling in class/function by @jonmeow in #4857
- Change LookupNameInCore to use a LocId by @jonmeow in #4858
Full Changelog: v0.0.0-0.nightly.2025.01.28...v0.0.0-0.nightly.2025.01.29