We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388750b commit 40b55e7Copy full SHA for 40b55e7
src/what-unsafe-does.md
@@ -72,7 +72,7 @@ Rust considers it "safe" to:
72
* Have a [race condition][race]
73
* Leak memory
74
* Fail to call destructors
75
-* Overflow integers
+* Overflow integers (with the built-in operators such as `+` etc.)
76
* Abort the program
77
* Delete the production database
78
0 commit comments