about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/structured_errors.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-04-17 05:44:52 +0200
committerGitHub <noreply@github.com>2024-04-17 05:44:52 +0200
commit8229a34102540924347b8a0fd81cba895f623473 (patch)
tree305cb65b16dd20243a6617bafde4b1acb99a2b78 /compiler/rustc_hir_analysis/src/structured_errors.rs
parent45940fe6d8744cfd110476489c40b8baef901c0a (diff)
parent16cf0e660737e23a32e48c2459c219ff433a9518 (diff)
downloadrust-8229a34102540924347b8a0fd81cba895f623473.tar.gz
rust-8229a34102540924347b8a0fd81cba895f623473.zip
Rollup merge of #122883 - onur-ozkan:clippy-build-step, r=albertlarsan68
refactor clippy in bootstrap

Previously, using clippy in bootstrap was not very useful as explained in #122825. In short, regardless of the given path clippy would always check the entire compiler and std tree. This makes it impossible to run clippy on different paths with different set of rules. This PR fixes that by allowing developers to run clippy with specific rules on specific paths (e.g., we can run `x clippy compiler -Aclippy::all -Dclippy::correctness` and `x clippy library/std -Dclippy::all` and none of them will affect each other).

Resolves #122825
Diffstat (limited to 'compiler/rustc_hir_analysis/src/structured_errors.rs')
0 files changed, 0 insertions, 0 deletions