Skip to content

Non-ANSI paths cause rustc to fail to link on windows #48318

Description

@InnocentusLime

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

C-bugCategory: This is a bug.O-windowsOperating system: WindowsP-highHigh priorityT-compilerRelevant 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.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions