mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
necessary because to pass `zig fmt --check` we need to use the canonical identifier syntax, which means changing `.@"async"` to `.async` which previous zig1 is unable to parse.