Reflect API changes on current master
This commit is contained in:
parent
f00a78e745
commit
1e701e5b8e
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ impl Qualifs<'mir, 'tcx> {
|
|||
.iterate_to_fixpoint()
|
||||
.into_results_cursor(&ccx.body);
|
||||
|
||||
cursor.seek_after(return_loc);
|
||||
cursor.seek_after_primary_effect(return_loc);
|
||||
cursor.contains(RETURN_PLACE)
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue