Hacker News new | ask | show | jobs
by RichardLake 582 days ago
Doesn't rust have overflow checks in debug and skips them in release?
1 comments

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