-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.O-windowsOperating system: WindowsOperating system: WindowsP-highHigh priorityHigh priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
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.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.O-windowsOperating system: WindowsOperating system: WindowsP-highHigh priorityHigh priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.