mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
* scopes properly inherit inlining information * compile errors of inline function calls are properly attached to the caller rather than the callee. - added a test case for this * --watch still opens a repl if compile errors happen.