Set stalled=false when encountering an error
This commit is contained in:
parent
88fde7f728
commit
0c844d2304
1 changed files with 1 additions and 0 deletions
|
|
@ -333,6 +333,7 @@ impl<O: ForestObligation> ObligationForest<O> {
|
|||
}
|
||||
}
|
||||
Err(err) => {
|
||||
stalled = false;
|
||||
let backtrace = self.error_at(index);
|
||||
errors.push(Error {
|
||||
error: err,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue