Module rustc_serialize::int_overflow
source · Macros§
Traits§
- Addition, but only overflow checked when
cfg(debug_assertions)
is set instead of respecting-Coverflow-checks
. - See
DebugStrictAdd
.
cfg(debug_assertions)
is set
instead of respecting -Coverflow-checks
.DebugStrictAdd
.