| author | |
| committer | |
| log | 27e881c2d7bebbf06b9932559ff2677ed8b6088b |
| tree | 2642ab86411bca4984e5f9fc8020cec70d0cf519 |
| parent | b553b7ab83894447d53bcdc1b5a10c7cbcd2281f |
see 0ba85ea6ff911 files changed, 1 insertions(+), 1 deletions(-)
std/zig/parser.zig+1-1| ... | ... | @@ -431,7 +431,7 @@ pub const Parser = struct { |
| 431 | 431 | }, |
| 432 | 432 | Token.Id.Keyword_async => { |
| 433 | 433 | // TODO shouldn't need this cast |
| 434 | const fn_proto = try self.createAttachFnProto(arena, ctx.decls, undefined, | |
| 434 | const fn_proto = try self.createAttachFnProto(arena, ctx.decls, Token(undefined), | |
| 435 | 435 | ctx.extern_token, ctx.lib_name, (?Token)(null), (?Token)(null), (?Token)(null)); |
| 436 | 436 | |
| 437 | 437 | const async_node = try arena.create(ast.NodeAsyncAttribute); |