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
We currently treat workspace crates specially, by watching their source files and giving them "low" salsa durability. I think we should do the same thing for path = "..." dependencies to better match Cargo's behavior (which will watch them for changes). Currently we treat them the same as crates.io dependencies and the sysroot, assuming that they never change.