about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm_util.rs
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2025-06-04 18:18:06 +0000
committerEsteban Küber <esteban@kuber.com.ar>2025-06-04 18:18:06 +0000
commit585a40963ea59808e74803f8610659a505b145e0 (patch)
treef50eeab8d28fbcc5bc1d06c28ae3b3dba8cd93d0 /compiler/rustc_codegen_llvm/src/llvm_util.rs
parent642e49bfed2481e54e252732be20d3c24cbec9e8 (diff)
downloadrust-585a40963ea59808e74803f8610659a505b145e0.tar.gz
rust-585a40963ea59808e74803f8610659a505b145e0.zip
Detect method not being present that is present in other tuple types
When a method is not present because of a trait bound not being met, and that trait bound is on a tuple, we check if making the tuple have no borrowed types makes the method to be found and highlight it if it does. This is a common problem for Bevy in particular and ORMs in general.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm_util.rs')
0 files changed, 0 insertions, 0 deletions