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.
2 parents 0ea64aa + 2b5c7fe commit d1834efCopy full SHA for d1834ef
const_safety.md
@@ -9,8 +9,8 @@ four possible ways:
9
* The program causes undefined behavior (e.g., dereferencing an out-of-bounds
10
pointer).
11
* The program panics (e.g., a failed bounds check).
12
-* The program exhausts its resources: It might overflow the stack, allocation
13
- too much memory or loops forever. Note that detecting these conditions
+* The program exhausts its resources: It might overflow the stack, allocate
+ too much memory or loop forever. Note that detecting these conditions
14
happens on a best-effort basis only.
15
16
Just like panics and non-termination are acceptable in safe run-time Rust code,
0 commit comments