update compiler

This commit is contained in:
Andrew Kelley
2025-07-15 23:38:18 -07:00
parent b3ee5a6c30
commit c4776d66af
9 changed files with 91 additions and 64 deletions

View File

@@ -120,7 +120,7 @@ pub fn main() !void {
error_bundle.renderToStdErr(color.renderOptions());
}
const formatted_output = try tree.render(allocator);
const formatted_output = try tree.renderAlloc(allocator);
_ = try std.fs.File.stdout().write(formatted_output);
}