mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Reflect API changes on current master
This commit is contained in:
@@ -161,7 +161,7 @@ fn in_return_place(&mut self, ccx: &'mir ConstCx<'mir, 'tcx>) -> ConstQualifs {
|
||||
.iterate_to_fixpoint()
|
||||
.into_results_cursor(&ccx.body);
|
||||
|
||||
cursor.seek_after(return_loc);
|
||||
cursor.seek_after_primary_effect(return_loc);
|
||||
cursor.contains(RETURN_PLACE)
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user