mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
Fix bug where is_call_return_effect_applied was never set
This commit is contained in:
@@ -274,6 +274,7 @@ pub fn seek_after_assume_call_returns(&mut self, target: Location) {
|
||||
..
|
||||
} = &term.kind {
|
||||
if !self.is_call_return_effect_applied {
|
||||
self.is_call_return_effect_applied = true;
|
||||
self.results.analysis.apply_call_return_effect(
|
||||
&mut self.state,
|
||||
target.block,
|
||||
|
||||
Reference in New Issue
Block a user