mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
On structured suggestion for `let` -> `const` and `const` -> `let`, use a proper `Span` and update tests to check the correct application. Follow up to #80012.