mirror of
https://github.com/ziglang/zig.git
synced 2025-12-31 10:33:19 +00:00
zld: apply AST fixes
This commit is contained in:
parent
4854c96bc5
commit
a600d41880
@ -292,7 +292,7 @@ fn parseInputFiles(self: *Zld, files: []const []const u8) !void {
|
||||
}
|
||||
|
||||
try_stub: {
|
||||
var lib_stub = LibStub.loadFromFile(self.allocator, file) catch |_| {
|
||||
var lib_stub = LibStub.loadFromFile(self.allocator, file) catch {
|
||||
break :try_stub;
|
||||
};
|
||||
try classified.append(.{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user