mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-29 03:54:38 -04:00
9b7b240c8e
It's now unnecessary to explicitly pass this, because it receives an implicit error trace parameter anyway, so can just use `@errorReturnTrace()`. The previous commit updated Sema to expect this new interface. This saves an AIR instruction at all `returnError` call sites.