Rust recompiling everything more often?
⚓ Rust 📅 2026-07-15 👤 surdeus 👁️ 1Is it me, or has the Rust compiler been recompiling everything in a project much more often since the last update 1.97.0, in dev mode? I remember seeing a similar report for release, but I'm not compiling as often in that mode.
I have a workspace with a number of packages, and now a small modification in one of them triggers all the packages to be recompiled more often than not when I run a Cargo test, which tends to take much more time for each iteration. Weird. Perhaps I'll try to switch back to 1.96 and see if that's just an impression or another cause.
It even recompiles sometimes when there's no change, actually. Just re-launching a Cargo test on a specific test after doing it for all the tests.
2 posts - 2 participants
🏷️ Rust_feed