Skip to content

Linking issue with rust nightly #45607

@jrozner

Description

@jrozner

As of nightly-2017-10-28 I'm getting linking failures on OS X. Don't have rust setup on any other platforms to see if it occurs there as well but I'm getting the following error message while attempting to run cargo build.

error: failed to link or copy `/Users/joe/bug/target/debug/deps/bug-bfd5e2b3eb22d858.dSYM` to `/Users/joe/bug/target/debug/bug.dSYM`

Caused by:
  the source path is not an existing regular file

The code to recreate this test can be created simply by running cargo new --bin bug. Rolling back to 2017-10-24 results in a working compiler again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.P-highHigh priorityT-cargoRelevant to the cargo team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions