metacollect
metacollect copied to clipboard
Create a build script
This script should parse Cargo.lock (or if that's not available, Cargo.toml) and run the lint over the whole dependency tree.
What if this was a drop-in rustc replacement that stored its own metadata in target/ and then called rustc?