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