diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-01-07 15:30:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-07 15:30:28 +0100 |
| commit | ec266207cb4d1beda6b886d789a4c820620af9aa (patch) | |
| tree | e76e5e5a156401ec30440352a16f370b6eb15533 /compiler/rustc_codegen_llvm/src | |
| parent | ccaa0f331c12aff5fb97e63c1cef84b265ac4732 (diff) | |
| parent | bb6bbfa13f97e6ef30ecd63c835c99cf7762bd6e (diff) | |
| download | rust-ec266207cb4d1beda6b886d789a4c820620af9aa.tar.gz rust-ec266207cb4d1beda6b886d789a4c820620af9aa.zip | |
Rollup merge of #135198 - joshtriplett:str-is-a-type, r=jieyouxu
Avoid naming variables `str` 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.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
