mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Calling into coercion logic here is a little opaque, and more to the point wholly unnecessary. Instead, the (very short) logic is now implemented directly in Sema. Resolves: #16033