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 cd6b881 + 6adb4b4 commit cd82788Copy full SHA for cd82788
alloc/src/alloc.rs
@@ -387,7 +387,7 @@ pub const fn handle_alloc_error(layout: Layout) -> ! {
387
#[cfg(all(not(no_global_oom_handling), test))]
388
pub use std::alloc::handle_alloc_error;
389
390
-#[cfg(all(not(no_global_oom_handling), not(any(target_os = "hermit", test))))]
+#[cfg(all(not(no_global_oom_handling), not(test)))]
391
#[doc(hidden)]
392
#[allow(unused_attributes)]
393
#[unstable(feature = "alloc_internals", issue = "none")]
0 commit comments