mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 09:47:42 +00:00
Refactor: remove a string comparison between types in `check_str_addition` This patch removes remove a string of types comparison.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.