WIP10 - Debug statements again

This commit is contained in:
David Mak 2024-08-12 15:06:12 +08:00
parent d13913d677
commit fcdf0e8217
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ fn polymorphic_print<'ctx>(
let suffix = suffix.unwrap_or_default();
let mut fmt = String::new();
let mut args = Vec::<BasicValueEnum<'ctx>>::new();
let mut args = Vec::new();
let flush = |ctx: &mut CodeGenContext<'ctx, '_>,
generator: &mut dyn CodeGenerator,