zig/lib/std/math/big
mlugg 283afb50b5 AstGen: disallow '-0' integer literal
The intent here is ambiguous: this resolves to the comptime_int '0', but
it's likely the user meant to use a floating-point literal.

Resolves: #16890
2023-08-21 11:47:31 +03:00
..
int.zig std.math.big.int: better name for equal function 2023-07-03 11:00:13 -07:00
int_test.zig AstGen: disallow '-0' integer literal 2023-08-21 11:47:31 +03:00
rational.zig std.math.big.int: better name for equal function 2023-07-03 11:00:13 -07:00