What's Changed
Toolchain and implementation changes 🛠️
- Import C++ ref parameters as ref parameters by @geoffromer in #6360
- Avoid crashing when an impl decl has a missing definition by @danakj in #6349
- Refactor addition of imported locations and placeholders by @jonmeow in #6354
- C++ Interop: Don't crash when trying to call a C++ function with undeduced return type by @bricknerb in #6363
- Allow deduction of tuple and struct literals as symbolic generic facet types by @danakj in #6365
- Make Subst recurse through named constraints in a FacetTypeInfo by @danakj in #6367
- Clarify const semantics of
SetandMapby @geoffromer in #6351 - Switch the prelude to use
refinstead ofaddrby @geoffromer in #6359
Full Changelog: v0.0.0-0.nightly.2025.11.13...v0.0.0-0.nightly.2025.11.14