| ... | @@ -431,7 +431,7 @@ pub const Parser = struct { | ... | @@ -431,7 +431,7 @@ pub const Parser = struct { |
| 431 | }, | 431 | }, |
| 432 | Token.Id.Keyword_async => { | 432 | Token.Id.Keyword_async => { |
| 433 | // TODO shouldn't need this cast | 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 | ctx.extern_token, ctx.lib_name, (?Token)(null), (?Token)(null), (?Token)(null)); | 435 | ctx.extern_token, ctx.lib_name, (?Token)(null), (?Token)(null), (?Token)(null)); |
| 436 | | 436 | |
| 437 | const async_node = try arena.create(ast.NodeAsyncAttribute); | 437 | const async_node = try arena.create(ast.NodeAsyncAttribute); |