about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-01-07 15:30:28 +0100
committerGitHub <noreply@github.com>2025-01-07 15:30:28 +0100
commitec266207cb4d1beda6b886d789a4c820620af9aa (patch)
treee76e5e5a156401ec30440352a16f370b6eb15533 /compiler/rustc_codegen_llvm/src
parentccaa0f331c12aff5fb97e63c1cef84b265ac4732 (diff)
parentbb6bbfa13f97e6ef30ecd63c835c99cf7762bd6e (diff)
downloadrust-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