Closed
Description
Hello!
After installing the brand new rust 1.24 toolset on my windows machine the rustc started refusing to compile any of the projects that were linking to libraries from crates.io.
Both gnu and msvc toolchains linkers claim that they can't find some files (the msvc for example can't find .o files).
Reinstalling rust toolset and removing all cache doesn't help. The only thing that stops that issue is rolling back to 1.23. And that makes me think that is has something to do with rustc 1.24.
Thank you in advance.