compiler: fix most compilation errors from std.fs changes

This commit is contained in:
Andrew Kelley
2025-12-14 23:35:33 -08:00
parent 4458e423bf
commit 16bd2e137e
23 changed files with 177 additions and 156 deletions
+1 -1
View File
@@ -648,7 +648,7 @@ pub fn printAstErrorsToStderr(gpa: Allocator, io: Io, tree: Ast, path: []const u
var error_bundle = try wip_errors.toOwnedBundle("");
defer error_bundle.deinit(gpa);
error_bundle.renderToStderr(io, .{}, color);
return error_bundle.renderToStderr(io, .{}, color);
}
pub fn putAstErrorsIntoBundle(