8000
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 2a280de commit 3768f0bCopy full SHA for 3768f0b
library/core/src/ffi/mod.rs
@@ -130,7 +130,16 @@ mod c_char_definition {
130
target_os = "netbsd",
131
any(target_arch = "aarch64", target_arch = "arm", target_arch = "powerpc")
132
),
133
- all(target_os = "openbsd", target_arch = "aarch64"),
+ all(
134
+ target_os = "openbsd",
135
+ any(
136
+ target_arch = "aarch64",
137
+ target_arch = "arm",
138
+ target_arch = "powerpc",
139
+ target_arch = "powerpc64",
140
+ target_arch = "riscv64",
141
+ ),
142
143
all(
144
target_os = "vxworks",
145
any(
0 commit comments