about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2025-04-15 18:11:36 +0000
committerGitHub <noreply@github.com>2025-04-15 18:11:36 +0000
commit459897bab1814f602c98cf24b79bfb86062615a0 (patch)
tree63f8dc5e04b70077daf39c5e5dddf70939e150fd /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parentd3267e9230940757fde2fcb608605bf8dbfd85e1 (diff)
parentd1c315a288bf8c4783990ed3af817d91b4b7dacf (diff)
downloadrust-459897bab1814f602c98cf24b79bfb86062615a0.tar.gz
rust-459897bab1814f602c98cf24b79bfb86062615a0.zip
`missing_asserts_for_indexing`: consider `assert_eq!()` as well (#14258)
`assert_eq!()` and `assert_ne!()` are not expanded the same way as
`assert!()` (they use a `match` instead of a `if`). This makes them
being recognized as well.

Fix rust-lang/rust-clippy#14255

changelog: [`missing_asserts_for_indexing`]: consider `assert_eq!()` as
well
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions