We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
std\event\io.zig:15:77: error: Expected parameter list, found Comma readFn: async<*Allocator> fn (self: *Self, buffer: []u8) Error!usize, ~ std\event\io.zig:15:17: error: Expected type expression, found Keyword_async readFn: async<*Allocator> fn (self: *Self, buffer: []u8) Error!usize, ~~~~~ std\event\net.zig:11:94: error: Expected parameter list, found Comma handleRequestFn: async <*mem.Allocator> fn(*Server, *const std.net.Address, os.File) void, ~ std\event\net.zig:11:22: error: Expected type expression, found Keyword_async handleRequestFn: async <*mem.Allocator> fn(*Server, *const std.net.Address, os.File) void, ~~~~~
this will be solved by #2377 correct?
The text was updated successfully, but these errors were encountered:
Yes, that syntax is going to change.
Sorry, something went wrong.
This has been fixed.
No branches or pull requests
this will be solved by #2377 correct?
The text was updated successfully, but these errors were encountered: