about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2025-05-16 14:16:45 +0000
committerGitHub <noreply@github.com>2025-05-16 14:16:45 +0000
commitfeb70b51c40a8c8bc5f5d3d1b2f12d782e8cba8e (patch)
treee0585cdffd1c24dbfcc5de09d9a9348fc3f3e6fc /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent95d7eda0b44cc883516b9198dce3b05db3a581f9 (diff)
parent39ab00a3a11babce80ab27809653d9c74fe60377 (diff)
downloadrust-feb70b51c40a8c8bc5f5d3d1b2f12d782e8cba8e.tar.gz
rust-feb70b51c40a8c8bc5f5d3d1b2f12d782e8cba8e.zip
`match_same_arms`, `ifs_same_cond`: lint once per same arm/condition (#14637)
A large fraction of the lints emitted in CI lintcheck come from [this
`match`](https://github.com/unicode-rs/unicode-normalization/blob/v0.1.23/src/tables.rs#L34289),
currently for `n` same arms `((n - 1) * n)/2` lints are emitted, with
this change it will be emitted as a single lint

Also fixes https://github.com/rust-lang/rust-clippy/issues/13835

changelog: none
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions