Programming language from Mozilla.
Debugging rebuilds
CARGO_LOG=cargo::core::compiler::fingerprint=info cargo build
is the magic command to see why it’s choosing to rebuild.
Aug 25, 20241 min read
Programming language from Mozilla.
CARGO_LOG=cargo::core::compiler::fingerprint=info cargo build
is the magic command to see why it’s choosing to rebuild.