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 1911d21 commit b6bedc8Copy full SHA for b6bedc8
library/alloc/src/alloc.rs
@@ -376,7 +376,7 @@ pub fn handle_alloc_error(layout: Layout) -> ! {
376
#[doc(hidden)]
377
#[allow(unused_attributes)]
378
#[unstable(feature = "alloc_internals", issue = "none")]
379
-pub mod __default_lib_allocator {
+pub mod __alloc_error_handler {
380
use crate::alloc::Layout;
381
382
// called via generated `__rust_alloc_error_handler`
0 commit comments