17a2832ba0
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.