| ... | @@ -563,7 +563,7 @@ pub fn fuzz( | ... | @@ -563,7 +563,7 @@ pub fn fuzz( |
| 563 | const stderr = std.debug.lockStderr(&.{}).terminal(); | 563 | const stderr = std.debug.lockStderr(&.{}).terminal(); |
| 564 | p: { | 564 | p: { |
| 565 | if (@errorReturnTrace()) |trace| { | 565 | if (@errorReturnTrace()) |trace| { |
| 566 | std.debug.writeStackTrace(trace, stderr) catch break :p; | 566 | std.debug.writeErrorReturnTrace(trace, stderr) catch break :p; |
| 567 | } | 567 | } |
| 568 | stderr.writer.print("failed with error.{t}\n", .{err}) catch break :p; | 568 | stderr.writer.print("failed with error.{t}\n", .{err}) catch break :p; |
| 569 | } | 569 | } |