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 b22aa57 commit 8f70b5cCopy full SHA for 8f70b5c
library/std/src/sys/common/alloc.rs
@@ -7,6 +7,7 @@ use crate::ptr;
7
#[cfg(any(
8
target_arch = "x86",
9
target_arch = "arm",
10
+ target_arch = "m68k",
11
target_arch = "mips",
12
target_arch = "powerpc",
13
target_arch = "powerpc64",
0 commit comments