Zig @call changes (#822)
First parameter is now a `std.builtin.CallModifier`.
This commit is contained in:
@@ -251,7 +251,7 @@ fn callWriteNodeInlayHint(allocator: std.mem.Allocator, args: anytype) error{Out
|
||||
// return await @asyncCall(child_frame, {}, writeNodeInlayHint, args);
|
||||
// } else {
|
||||
// TODO find a non recursive solution
|
||||
return @call(.{}, writeNodeInlayHint, args);
|
||||
return @call(.auto, writeNodeInlayHint, args);
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user