mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-03 22:34:59 -04:00
28071ac637
Also breaking std lib API change: the return value of std.zig.parse returns `*ast.Tree` rather than `ast.Tree`. See #1964