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
There comes a time in the life of every Rust developer when they have to blow away various parts of the build directory to avoid messages about "multiple matching crates". Then when they do the next build they get things like: cp: x86_64-apple-darwin/stage1/lib/librustrt.dylib: No such file or directory. It would be better if the Makefile would just create all the needed parent directories automatically.