From b2daffe68f633e4ecb24caceea1b3a8f031ba6a4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 4 Mar 2026 17:03:36 +0100 Subject: Add a FIXME --- oryxc/src/parser.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'oryxc') diff --git a/oryxc/src/parser.rs b/oryxc/src/parser.rs index fcc5a76..a623d3e 100644 --- a/oryxc/src/parser.rs +++ b/oryxc/src/parser.rs @@ -824,6 +824,8 @@ impl<'a> Parser<'a> { for x in &p.scratch[exprbeg..] { p.extra_data.push(*x); } + /* FIXME: Missing LHS, and doesn’t conform to the + * description at the definition of AstType */ return Ok(p.new_node(AstNode { kind: AstType::FunCall, tok, -- cgit v1.2.3