top | item 42140597

(no title)

RichardLake | 1 year ago

Doesn't rust have overflow checks in debug and skips them in release?

discuss

order

0x457|1 year ago

Rust has compiled time overflow checks enabled by default in any profile. Runtime overflow checks are disabled by default in release profile.