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:
mlugg
2025-09-05 20:40:11 +01:00
parent 5709369d05
commit c2ada49354
8 changed files with 29 additions and 77 deletions
+1 -1
View File
@@ -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() });
}
}