Avoid Cargo's caching if any lint crates changed #190
Labels
A-driver
Area: Driver or something related to the internal working of a driver.
C-bug
Category: Something isn't working
D-rustc-driver
Driver: Rustc Driver
Milestone
Cargo includes an automatic caching mechanism, that avoids running the rustc diver if nothing changed. This mechanism doesn't account for potential changes inside the loaded lint crates.
AFAIK, it's possible to add more files to the cache check. If we add the compiled lint crates, it might just work itself out :)
This bug was extracted from: #189
The text was updated successfully, but these errors were encountered: