rust/compiler/rustc_typeck
Dylan DPC 17a2832ba0
Rollup merge of #99486 - TaKO8Ki:remove-type-string-comparison-in-check-str-addition, r=compiler-errors
Refactor: remove a string comparison between types in `check_str_addition`

This patch removes remove a string of types comparison.
2022-07-20 16:17:23 +05:30
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.