Commit f1ce1aff11

andrewkraevskii <andrew.kraevskii@gmail.com>
2025-01-20 00:01:55
std.debug: fix format on ConfigurableTrace
1 parent f1f269c
Changed files (1)
lib
lib/std/debug.zig
@@ -1513,7 +1513,7 @@ pub fn ConfigurableTrace(comptime size: usize, comptime stack_frame_count: usize
         }
 
         pub fn format(
-            t: Trace,
+            t: @This(),
             comptime fmt: []const u8,
             options: std.fmt.FormatOptions,
             writer: anytype,