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 fe848fc + 080449d commit 8acceddCopy full SHA for 8accedd
src/liballoc/lib.rs
@@ -12,7 +12,7 @@
12
//!
13
//! This is the lowest level library through which allocation in Rust can be
14
//! performed where the allocation is assumed to succeed. This library will
15
-//! trigger a task failure when allocation fails.
+//! abort the process when allocation fails.
16
17
//! This library, like libcore, is not intended for general usage, but rather as
18
//! a building block of other libraries. The types and interfaces in this
0 commit comments