mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
e7d5c0a9ef
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`.