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 fda4c8d commit 48c8ff5Copy full SHA for 48c8ff5
library/core/src/alloc/global.rs
@@ -57,7 +57,7 @@ use crate::ptr;
57
/// * You may not rely on allocations actually happening, even if there are explicit
58
/// heap allocations in the source.
59
/// The optimizer may detect unused allocations that it can either
60
-/// eliminate entirely or move to the stack and thus never invoke the allocator here. The
+/// eliminate entirely or move to the stack and thus never invoke the allocator. The
61
/// optimizer may further assume that allocation is infallible, so code that used to fail due
62
/// to allocator failures may now suddenly work because the optimizer worked around the
63
/// need for an allocation.
0 commit comments