about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorAlex Macleod <alex@macleod.io>2025-06-05 15:45:51 +0000
committerGitHub <noreply@github.com>2025-06-05 15:45:51 +0000
commitf8a3929c3cc09a63677519f9b5a5da9b25cdd336 (patch)
treed6b31fa718aa87d10046f1dfb85961ceb8027e3d /compiler/rustc_codegen_llvm/src/errors.rs
parentcf75dd4700b832d52b2d431be3ab63ea578a365e (diff)
parentc9a97e1f829a616f7f1be44c40159788fd9dd931 (diff)
downloadrust-f8a3929c3cc09a63677519f9b5a5da9b25cdd336.tar.gz
rust-f8a3929c3cc09a63677519f9b5a5da9b25cdd336.zip
Do not lint macro generated codes (#14976)
Fixes rust-lang/rust-clippy#14958

`disallowed_names` was used to lint code generated by macros. This
behavior can confuse programmers who did not write the macro themselves.
This change suppresses lints for code originating from macros, including
external ones.

changelog: [`disallowed_names`] do not lint macro generated codes
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions