mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
std.fmt.ParseUnsignedError is now public
This commit is contained in:
parent
10e172b1d7
commit
bef3769bb7
@ -1021,7 +1021,7 @@ test "parseInt" {
|
||||
std.testing.expect(if (parseInt(u8, "256", 10)) |_| false else |err| err == error.Overflow);
|
||||
}
|
||||
|
||||
const ParseUnsignedError = error{
|
||||
pub const ParseUnsignedError = error{
|
||||
/// The result cannot fit in the type specified
|
||||
Overflow,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user