We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5a0368 + 2c127dd commit 53a2943Copy full SHA for 53a2943
src/unsize.rs
@@ -400,7 +400,7 @@ pub(crate) fn unsized_info<'tcx>(
400
) -> CILNode {
401
let (source, target) =
402
fx.tcx()
403
- .struct_lockstep_tails_erasing_lifetimes(source, target, ParamEnv::reveal_all());
+ .struct_lockstep_tails_for_codegen(source, target, ParamEnv::reveal_all());
404
match (&source.kind(), &target.kind()) {
405
(&TyKind::Array(_, len), &TyKind::Slice(_)) => conv_usize!(ldc_i64!(len
406
.eval_target_usize(fx.tcx(), ParamEnv::reveal_all())
0 commit comments