We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
size_hint is not implemented correctly for the ranges, it overflows:
size_hint
playbot: (-1i8..127).size_hint() -playbot:#rust-internals- (18446744073709551488, Some(18446744073709551488))
Expected result: 128
With other compilation settings, the result is:
'Error: arithmetic operation overflowed'