Rust allows you to simply set overflow-checks = true in the Cargo manifest to abort the program if any overflow is detected. No way to opt-out of safe math.
確定! 回上一頁