From: Jonas Schievink Date: Mon, 17 Oct 2016 19:53:27 +0000 (+0200) Subject: Set stalled=false when encountering an error X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=0c844d23046161e831a2c265e5b733674cb89655;p=rust.git Set stalled=false when encountering an error --- diff --git a/src/librustc_data_structures/obligation_forest/mod.rs b/src/librustc_data_structures/obligation_forest/mod.rs index fb2d3291a60..5e590cb445f 100644 --- a/src/librustc_data_structures/obligation_forest/mod.rs +++ b/src/librustc_data_structures/obligation_forest/mod.rs @@ -333,6 +333,7 @@ pub fn process_obligations

(&mut self, processor: &mut P) -> Outcome { + stalled = false; let backtrace = self.error_at(index); errors.push(Error { error: err,