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.
c_prefix
1 parent 87961c5 commit 96e2265Copy full SHA for 96e2265
crates/intrinsic-test/src/arm/types.rs
@@ -35,7 +35,7 @@ impl IntrinsicTypeDefinition for ArmIntrinsicType {
35
36
fn rust_type(&self) -> String {
37
let rust_prefix = self.0.kind.rust_prefix();
38
- let c_prefix = self.0.kind.rust_prefix();
+ let c_prefix = self.0.kind.c_prefix();
39
if self.0.ptr_constant {
40
self.c_type()
41
} else if let (Some(bit_len), simd_len, vec_len) =
0 commit comments