mirror of
https://github.com/ziglang/zig.git
synced 2026-01-19 05:45:12 +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.