rustc_
serialize
1.84.0-nightly
(3fee0f12e 2024-11-20)
Module int_
overflow
Module Items
Macros
Traits
In crate rustc_
serialize
rustc_serialize
Module
int_overflow
Copy item path
Source
Macros
ยง
impl_
debug_
strict_
add
๐
impl_
debug_
strict_
sub
๐
Traits
ยง
Debug
Strict
Add
Addition, but only overflow checked when
cfg(debug_assertions)
is set instead of respecting
-Coverflow-checks
.
Debug
Strict
Sub
See
DebugStrictAdd
.