mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +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.