Add context to `let: Ty = loop { break };` We weren't accounting for the case where `break` was immediately within the `loop` block.
Add context to `let: Ty = loop { break };` We weren't accounting for the case where `break` was immediately within the `loop` block.