Open
Description
error: Failed to delete invalidated or incompatible incremental compilation session directory contents `/home/manishearth/mozilla/servo/target/debug/incremental/script-23kpbvowy6y9i/s-f8z0p73x3w-17kitl0-working/dep-graph.bin`: No such file or directory (os error 2).
This is basically rustc attempting to delete a file that no longer exists. This breaks the build, perhaps it should be a warning instead?
(I think you can get this kind of error if you keep around target dirs post rustup.)