error: this arithmetic operation will overflow
--> src/ipext.rs:569:13
|
569 | std::usize::MAX + 1 + count as usize
| ^^^^^^^^^^^^^^^^^^^ attempt to add with overflow
|
= note: `#[deny(arithmetic_overflow)]` on by default
error: this arithmetic operation will overflow
--> src/ipext.rs:489:21
|
489 | std::usize::MAX + 2 + count as usize
| ^^^^^^^^^^^^^^^^^^^ attempt to add with overflow
error: aborting due to 2 previous errors