mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-18 02:41:39 +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.