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 ad56374 commit 3fe5358Copy full SHA for 3fe5358
example/alloc_system.rs
@@ -12,7 +12,7 @@
12
target_arch = "mips",
13
target_arch = "mips32r6",
14
target_arch = "powerpc",
15
- target_arch = "csky"
+ target_arch = "csky",
16
target_arch = "powerpc64"))]
17
const MIN_ALIGN: usize = 8;
18
#[cfg(any(target_arch = "x86_64",
0 commit comments