We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c6608 commit 58706a8Copy full SHA for 58706a8
compiler/rustc_codegen_llvm/src/abi.rs
@@ -29,7 +29,7 @@ pub trait ArgAttributesExt {
29
fn apply_attrs_to_llfn(&self, idx: AttributePlace, cx: &CodegenCx<'_, '_>, llfn: &Value);
30
fn apply_attrs_to_callsite(
31
&self,
32
- idx: AttributePlace,
+ idx: AttributePlace,
33
cx: &CodegenCx<'_, '_>,
34
callsite: &Value,
35
);
0 commit comments