mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
compiler: fix most compilation errors from std.fs changes
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user