Skip to content

Commit

Permalink
Set stalled=false when encountering an error
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Oct 17, 2016
1 parent 88fde7f commit 0c844d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_data_structures/obligation_forest/mod.rs
Expand Up @@ -333,6 +333,7 @@ impl<O: ForestObligation> ObligationForest<O> {
}
}
Err(err) => {
stalled = false;
let backtrace = self.error_at(index);
errors.push(Error {
error: err,
Expand Down

0 comments on commit 0c844d2

Please sign in to comment.