Merge branch 'main' into dylan/fix-windows-watcher-watchlist

This commit is contained in:
Dylan Conway
2025-10-15 11:26:58 -07:00
committed by GitHub

View File

@@ -591,9 +591,7 @@ pub const Runner = struct {
}
};
// TODO: can change back to `return CallData.callWrapper(.{`
// when https://github.com/ziglang/zig/issues/16242 is fixed
return CallData.callWrapper(CallArgs{
return CallData.callWrapper(.{
macro,
log,
allocator,