-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-highHigh priorityHigh priorityT-cargoRelevant to the cargo team, which will review and decide on the PR/issue.Relevant 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.Performance or correctness regression from stable to nightly.
Description
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.
keyganker
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-highHigh priorityHigh priorityT-cargoRelevant to the cargo team, which will review and decide on the PR/issue.Relevant 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.Performance or correctness regression from stable to nightly.