Reflect API changes on current master

This commit is contained in:
Dylan MacKenzie 2020-05-01 11:19:27 -07:00
parent f00a78e745
commit 1e701e5b8e

View file

@ -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)
}
};