Skip to content

Commit 1e701e5

Browse files
Reflect API changes on current master
1 parent f00a78e commit 1e701e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/transform/check_consts/validation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ impl Qualifs<'mir, 'tcx> {
161161
.iterate_to_fixpoint()
162162
.into_results_cursor(&ccx.body);
163163

164-
cursor.seek_after(return_loc);
164+
cursor.seek_after_primary_effect(return_loc);
165165
cursor.contains(RETURN_PLACE)
166166
}
167167
};

0 commit comments

Comments
 (0)