mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
3c8705402a
Fix msg for verbose suggestions with confusable capitalization When encountering a verbose/multipart suggestion that has changes that are only caused by different capitalization of ASCII letters that have little differenciation, expand the message to highlight that fact (like we already do for inline suggestions). The logic to do this was already present, but implemented incorrectly.