Module int_
overflow
rustc_
serialize
1.84.0-beta.4
(202008a1b 2024-12-07)
Module int_
overflow
Module Items
Macros
Traits
In crate rustc_
serialize
Modules
int_overflow
leb128
opaque
serialize
Traits
Decodable
Decoder
Encodable
Encoder
rustc_serialize
Module
int_overflow
Copy item path
Settings
Help
Summary
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
.