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 1741e5b commit bc6b2acCopy full SHA for bc6b2ac
library/alloc/src/alloc.rs
@@ -372,7 +372,7 @@ pub fn handle_alloc_error(layout: Layout) -> ! {
372
unsafe { oom_impl(layout) }
373
}
374
375
-#[cfg(not(any(test, bootstrap)))]
+#[cfg(not(any(target_os="hermit", test, bootstrap)))]
376
#[doc(hidden)]
377
#[allow(unused_attributes)]
378
#[unstable(feature = "alloc_internals", issue = "none")]
0 commit comments