add FIXME's for a later refactoring
This commit is contained in:
@@ -274,6 +274,7 @@ fn compute_copy_classes(ssa: &mut SsaLocals, body: &Body<'_>) {
|
||||
let local_ty = body.local_decls()[local].ty;
|
||||
let rhs_ty = body.local_decls()[rhs].ty;
|
||||
if local_ty != rhs_ty {
|
||||
// FIXME(#112651): This can be removed afterwards.
|
||||
trace!("skipped `{local:?} = {rhs:?}` due to subtyping: {local_ty} != {rhs_ty}");
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user