From 976bd6da4a54505ffc65f18913fbb9aff652e72d Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Thu, 25 Jan 2024 13:00:43 -0800 Subject: [Parser] Parse throw_ref (#6238) --- src/parser/parsers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser/parsers.h') diff --git a/src/parser/parsers.h b/src/parser/parsers.h index 73a7d0035..0c7c5550f 100644 --- a/src/parser/parsers.h +++ b/src/parser/parsers.h @@ -1646,7 +1646,7 @@ template Result<> makeRethrow(Ctx& ctx, Index pos) { } template Result<> makeThrowRef(Ctx& ctx, Index pos) { - return ctx.in.err("unimplemented instruction"); + return ctx.makeThrowRef(pos); } template Result<> makeTupleMake(Ctx& ctx, Index pos) { -- cgit v1.2.3