We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078002a commit e1c704cCopy full SHA for e1c704c
1 file changed
crates/cranelift/src/lib.rs
@@ -375,6 +375,7 @@ impl BuiltinFunctionSignatures {
375
AbiParam::new(ir::types::I8)
376
}
377
378
+ #[cfg(feature = "stack-switching")]
379
fn size(&self) -> AbiParam {
380
AbiParam::new(self.pointer_type)
381
0 commit comments