From cc170205ec2c5273614f02e6378e581cb506860a Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 4 Mar 2026 00:15:33 +0100 Subject: Resolve TODO --- oryxc/src/parser.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oryxc/src') diff --git a/oryxc/src/parser.rs b/oryxc/src/parser.rs index 3d5d78c..8f4ebc1 100644 --- a/oryxc/src/parser.rs +++ b/oryxc/src/parser.rs @@ -487,8 +487,8 @@ impl<'a> Parser<'a> { if p.get_n_move() != TokenType::ParenR { /* TODO: Highlight the entire argument list */ return Err(OryxError::new( - p.get_view_at(parenl), /* TODO: Is this the right token? */ - "parameter list missing closing parenthesis", + p.get_view_at(parenl), + "parameter list missing a closing parenthesis", )); } -- cgit v1.2.3