rust-lang / rust-clippy

A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
https://rust-lang.github.io/rust-clippy/
Other
11.09k stars 1.49k forks source link

CI: Adding tests detecting changed paths in utils/paths.rs #6047

Open tesuji opened 3 years ago

tesuji commented 3 years ago

It caused hard-to-debug test fallings like this: https://github.com/rust-lang-ci/rust/runs/1116251535#step:23:9212 Would be better to catch this earlier before compiling or running tests.

ghost commented 3 years ago

I'm working on an internal lint to do this. Should have a pull request soon.