fix rename to block_data in type_check.rs
This commit is contained in:
parent
58c77600a5
commit
ef5de07fc5
1 changed files with 2 additions and 2 deletions
|
@ -814,9 +814,9 @@ impl<'a, 'gcx, 'tcx> TypeChecker<'a, 'gcx, 'tcx> {
|
|||
real_target,
|
||||
ref imaginary_targets,
|
||||
} => {
|
||||
self.assert_iscleanup(mir, block, real_target, is_cleanup);
|
||||
self.assert_iscleanup(mir, block_data, real_target, is_cleanup);
|
||||
for target in imaginary_targets {
|
||||
self.assert_iscleanup(mir, block, *target, is_cleanup);
|
||||
self.assert_iscleanup(mir, block_data, *target, is_cleanup);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue