You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(fingerprint): explicit reason rather than "stale; unknown reason" (#15617)
### What does this PR try to resolve?
This was discovered during playing with rmeta reuse between cargo-check
and cargo-build.
An rmeta mtime failure is basically the same as "failed to read
metadata".
While we don't report in tracing log, that should be fine because dirty
reason will be reported in the other place.
### How to test and review this PR?
Should have no real user-facing behavior change.
0 commit comments