-
-
Notifications
You must be signed in to change notification settings - Fork 15k
--remap-path-prefix has no effect #87805
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-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.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I tried this code: Not applicable
I expected to see this happen: --remap-path-prefix should rewrite paths to the new prefix, but fails.
Instead, this happened: Paths are still persistent in the binary or rlib
Meta
Steps to reproduce:
I tried C:\path\to\project and C:/path/to/project in the from path. Both failed to work.
rustc --version --verbose:Backtrace: Not applicable