What's Changed
Toolchain and implementation changes 🛠️
- Add
PerformCallToCppFunction()which calls simplified version ofPerformCppOverloadResolution()before callingPerformCallToFunction()by @bricknerb in #6122 - Switch class to use a blanket impl for
Destroyby @jonmeow in #6125 - Change IndexWith to use a standard binary operator setup by @jonmeow in #6127
- Rearrange convert: construct FacetAccessType from a facet value before impl lookup instead of after by @danakj in #6113
- Set the location for the candidate set when looking up C++ operators by @bricknerb in #6138
Full Changelog: v0.0.0-0.nightly.2025.09.27...v0.0.0-0.nightly.2025.09.30