mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
std.debug: fix format on ConfigurableTrace
This commit is contained in:
parent
f1f269c6ee
commit
f1ce1aff11
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user