mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
crypto: fix benchmark compile error (#4919)
This commit is contained in:
parent
048da6f631
commit
0dbf8aaab8
@ -133,7 +133,7 @@ fn printPad(stdout: var, s: []const u8) !void {
|
||||
}
|
||||
|
||||
pub fn main() !void {
|
||||
const stdout = &std.io.getStdOut().outStream().stream;
|
||||
const stdout = std.io.getStdOut().outStream();
|
||||
|
||||
var buffer: [1024]u8 = undefined;
|
||||
var fixed = std.heap.FixedBufferAllocator.init(buffer[0..]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user