about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorTimo <30553356+y21@users.noreply.github.com>2025-05-26 10:13:33 +0000
committerGitHub <noreply@github.com>2025-05-26 10:13:33 +0000
commit32a3744efc15f5bb3024cefbb2641fe238f319f2 (patch)
tree6d23bd4ec0b3cfd4d54be1ac9293a97cd5d95fae /compiler/rustc_codegen_llvm/src
parent954034b4973fca154a346b39c8a8e628e31a146b (diff)
parentc256bcc0573fc9ffe254d1ce298a6aef9d4305d0 (diff)
downloadrust-32a3744efc15f5bb3024cefbb2641fe238f319f2.tar.gz
rust-32a3744efc15f5bb3024cefbb2641fe238f319f2.zip
refactor(mut_reference): replace `match` with `if-let` to reduce nesting (#14890)
One downside to this is that, since the patterns matched against (on the
left) are quite long, it's a bit difficult to see what's even getting
matched. Using `matches!()` could help with that

changelog: none
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions