Skip to content

Commit 0c844d2

Browse files
Set stalled=false when encountering an error
1 parent 88fde7f commit 0c844d2

File tree

1 file changed

+1
-0
lines changed
  • src/librustc_data_structures/obligation_forest

1 file changed

+1
-0
lines changed

src/librustc_data_structures/obligation_forest/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ impl<O: ForestObligation> ObligationForest<O> {
333333
}
334334
}
335335
Err(err) => {
336+
stalled = false;
336337
let backtrace = self.error_at(index);
337338
errors.push(Error {
338339
error: err,

0 commit comments

Comments
 (0)