Merge pull request #419 from RalfJung/overflow

specify which integer overflows we mean
pull/427/head
Eric Huss 1 year ago committed by GitHub
commit e3f3af69dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,7 +71,7 @@ Rust considers it "safe" to:
* Deadlock
* Have a [race condition][race]
* Leak memory
* Overflow integers
* Overflow integers (with the built-in operators such as `+` etc.)
* Abort the program
* Delete the production database

Loading…
Cancel
Save