mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 13:58:31 +00:00
Separate `RemoveLet` span into primary span for `let` and removal suggestion span for `let `, so that primary span does not include whitespace. Fixes: #133031 Signed-off-by: Tyrone Wu <wudevelops@gmail.com>