WIP10 - Debug statements again
This commit is contained in:
parent
d13913d677
commit
fcdf0e8217
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue