mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
This fixes package fetching on Windows. Previously, `Async/GroupClosure` allocations were only aligned for the closure struct type, which resulted in panics when `context_alignment` (or `result_alignment` for that matter) had a greater alignment.