Avoid `&str` to `String` conversions This patch removes the recently added unnecessary `&str` to `String` conversions. follow-up to #99718
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.