We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84fe26c commit cd066c9Copy full SHA for cd066c9
library/std/src/os/raw/mod.rs
@@ -22,7 +22,8 @@ mod tests;
22
target_arch = "powerpc",
23
target_arch = "powerpc64",
24
target_arch = "s390x",
25
- target_arch = "riscv64"
+ target_arch = "riscv64",
26
+ target_arch = "riscv32"
27
)
28
),
29
all(target_os = "android", any(target_arch = "aarch64", target_arch = "arm")),
@@ -65,7 +66,8 @@ pub type c_char = u8;
65
66
67
68
69
70
71
72
73
0 commit comments