metacollect icon indicating copy to clipboard operation
metacollect copied to clipboard

Create a build script

Open llogiq opened this issue 9 years ago • 1 comments

This script should parse Cargo.lock (or if that's not available, Cargo.toml) and run the lint over the whole dependency tree.

llogiq avatar May 01 '16 20:05 llogiq

What if this was a drop-in rustc replacement that stored its own metadata in target/ and then called rustc?

Manishearth avatar May 01 '16 21:05 Manishearth