mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
replace usages of old std.debug APIs
src/crash_handler.zig is still TODO though, i am planning bigger changes there
This commit is contained in:
+1
-1
@@ -2195,7 +2195,7 @@ fn dependencyInner(
|
||||
sub_builder.runBuild(bz) catch @panic("unhandled error");
|
||||
|
||||
if (sub_builder.validateUserInputDidItFail()) {
|
||||
std.debug.dumpCurrentStackTrace(@returnAddress());
|
||||
std.debug.dumpCurrentStackTrace(.{ .first_address = @returnAddress() });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user