| ... | @@ -12007,9 +12007,8 @@ fn zirSwitchBlock(sema: *Sema, block: *Block, inst: Zir.Inst.Index, operand_is_r | ... | @@ -12007,9 +12007,8 @@ fn zirSwitchBlock(sema: *Sema, block: *Block, inst: Zir.Inst.Index, operand_is_r |
| 12007 | // it to a prong with explicit items. | 12007 | // it to a prong with explicit items. |
| 12008 | // Although this is potentially the same as `inline else` it does not count | 12008 | // Although this is potentially the same as `inline else` it does not count |
| 12009 | // towards the backward branch quota because it's an implementation detail. | 12009 | // towards the backward branch quota because it's an implementation detail. |
| 12010 | if (special_members_only) |special| gen: { | 12010 | if (special_members_only != null) gen: { |
| 12011 | assert(cond_ty.isNonexhaustiveEnum(zcu)); | 12011 | assert(cond_ty.isNonexhaustiveEnum(zcu)); |
| 12012 | _ = special; | | |
| 12013 | | 12012 | |
| 12014 | var min_i: usize = math.maxInt(usize); | 12013 | var min_i: usize = math.maxInt(usize); |
| 12015 | var max_i: usize = 0; | 12014 | var max_i: usize = 0; |