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.
rustc_index
1 parent dd172d0 commit 106db3eCopy full SHA for 106db3e
src/abi/returning.rs
@@ -9,7 +9,7 @@ use smallvec::{smallvec, SmallVec};
9
/// this adds an extra parameter pointing to where the return value needs to be stored.
10
pub(super) fn codegen_return_param<'tcx>(
11
fx: &mut FunctionCx<'_, '_, 'tcx>,
12
- ssa_analyzed: &rustc_index::vec::IndexVec<Local, crate::analyze::SsaKind>,
+ ssa_analyzed: &rustc_index::IndexSlice<Local, crate::analyze::SsaKind>,
13
block_params_iter: &mut impl Iterator<Item = Value>,
14
) -> CPlace<'tcx> {
15
let (ret_place, ret_param): (_, SmallVec<[_; 2]>) = match fx.fn_abi.as_ref().unwrap().ret.mode {
0 commit comments