mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
bb6bbfa13f
This renames variables named `str` to other names, to make sure `str` always refers to a type. It's confusing to read code where `str` (or another standard type name) is used as an identifier. It also produces misleading syntax highlighting.