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 71c189a commit 334eb82Copy full SHA for 334eb82
src/abi.rs
@@ -16,7 +16,7 @@ use crate::context::CodegenCx;
16
use crate::intrinsic::ArgAbiExt;
17
use crate::type_of::LayoutGccExt;
18
19
-impl<'a, 'gcc, 'tcx> AbiBuilderMethods<'tcx> for Builder<'a, 'gcc, 'tcx> {
+impl AbiBuilderMethods for Builder<'_, '_, '_> {
20
fn get_param(&mut self, index: usize) -> Self::Value {
21
let func = self.current_func();
22
let param = func.get_param(index as i32);
0 commit comments