We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec87d5 commit 76916d7Copy full SHA for 76916d7
src/librustc_data_structures/obligation_forest/mod.rs
@@ -451,9 +451,8 @@ impl<O: ForestObligation> ObligationForest<O> {
451
index += 1;
452
continue;
453
}
454
- let result = processor.process_obligation(&mut node.obligation);
455
456
- match result {
+ match processor.process_obligation(&mut node.obligation) {
457
ProcessResult::Unchanged => {
458
// No change in state.
459
0 commit comments