formatIntValue doesn't take comptime integer #1780
Labels
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
standard library
This issue involves writing Zig code for the standard library.
Milestone
formatIntValue
doesn't take a comptime integer. It fails withzig/std/fmt/index.zig:683:23: error: type 'comptime_int' does not support field access
The text was updated successfully, but these errors were encountered: