| ... | @@ -21549,6 +21549,7 @@ fn resolveInferredErrorSet( | ... | @@ -21549,6 +21549,7 @@ fn resolveInferredErrorSet( |
| 21549 | var it = ies.inferred_error_sets.keyIterator(); | 21549 | var it = ies.inferred_error_sets.keyIterator(); |
| 21550 | while (it.next()) |other_error_set_ptr| { | 21550 | while (it.next()) |other_error_set_ptr| { |
| 21551 | const other_ies: *Module.Fn.InferredErrorSet = other_error_set_ptr.*; | 21551 | const other_ies: *Module.Fn.InferredErrorSet = other_error_set_ptr.*; |
| | 21552 | if (ies == other_ies) continue; |
| 21552 | try sema.resolveInferredErrorSet(block, src, other_ies); | 21553 | try sema.resolveInferredErrorSet(block, src, other_ies); |
| 21553 | | 21554 | |
| 21554 | for (other_ies.errors.keys()) |key| { | 21555 | for (other_ies.errors.keys()) |key| { |