From 40334953538cbfd243009a57442f411f6d8a2a95 Mon Sep 17 00:00:00 2001 From: numzero Date: Sat, 19 Apr 2025 12:25:41 +0300 Subject: [PATCH] =?UTF-8?q?that=20doesn=E2=80=99t=20have=20to=20be=20a=20l?= =?UTF-8?q?ocation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/twopass.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twopass.rs b/src/twopass.rs index e5682ad..ce3aeb6 100644 --- a/src/twopass.rs +++ b/src/twopass.rs @@ -49,7 +49,7 @@ enum Expression { #[derive(Debug, Clone)] struct Call { - callee: Location, + callee: Box, args: Vec, }