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 a0c0e57 commit b78dc49Copy full SHA for b78dc49
crates/stdarch-gen-wasm/src/structs.rs
@@ -40,7 +40,7 @@ impl<'a> CIntrinsic<'a> {
40
41
let return_type = node
42
.children(&mut cursor)
43
- .find(|node| node.grammar_name() == "identifier")
+ .find(|node| node.grammar_name() == "identifier" || node.grammar_name() == "primitive_type")
44
.map(|node| source.get(node.byte_range()).unwrap());
45
46
let specifier = source
0 commit comments