diff --git a/crates/codegen/src/cpp.rs b/crates/codegen/src/cpp.rs index 66c1c7e..5d0901b 100644 --- a/crates/codegen/src/cpp.rs +++ b/crates/codegen/src/cpp.rs @@ -29,7 +29,7 @@ impl Codegen { self.emit(&self.gen_ir(&ir.kind)); } } - + fn gen_ir(&self, ir: &IRKind) -> String { match ir { IRKind::Define { name, type_hint, value } => {