We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const std = @import("std"); test "print u0" { var uz: u0 = 0; std.debug.warn("uz: {}", uz); }
/Users/cfkk/Source/zig2/build/lib/zig/std/debug/index.zig:46:23: error: compiler bug: var args can't handle void. https://github.com/ziglang/zig/issues/557 stderr.print(fmt, args) catch return; ^ /Users/cfkk/Source/zig2/build/u0.zig:4:17: note: called from here std.debug.warn("uz: {}", uz); ^
related: #557 #1530
The text was updated successfully, but these errors were encountered:
duplicate of #557
Sorry, something went wrong.
No branches or pull requests
related: #557 #1530
The text was updated successfully, but these errors were encountered: