Files
rust/tests
Jonathan Brouwer e7d5c0a9ef Rollup merge of #156443 - el-ev:fix-break-sugg, r=ShoyuVanilla
Fix invalid suggestion for parenthesized break

Resolves rust-lang/rust#156383

The old code incorrectly assumed `e.span` started exactly at the beginning of `break`. Fixed by locating the exact start position of `break`.
2026-05-18 17:07:09 +02:00
..