-
Notifications
You must be signed in to change notification settings - Fork 13.4k
rustc: Fixup verbatim UNC paths as well on Windows #25868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The compiler already has special support for fixing up verbatim paths with disks on Windows to something that can be correctly passed down to gcc, and this commit adds support for verbatim UNC paths as well. Closes rust-lang#25505
(rust_highfive has picked a reviewer for you, use r? to override) |
r? @brson |
@bors r+ |
📌 Commit 2627ae3 has been approved by |
⌛ Testing commit 2627ae3 with merge 2b4713b... |
💔 Test failed - auto-linux-32-nopt-t |
@bors: retry On Tue, Jun 2, 2015 at 6:07 AM bors notifications@github.com wrote:
|
The compiler already has special support for fixing up verbatim paths with disks on Windows to something that can be correctly passed down to gcc, and this commit adds support for verbatim UNC paths as well. Closes #25505
The compiler already has special support for fixing up verbatim paths with disks
on Windows to something that can be correctly passed down to gcc, and this
commit adds support for verbatim UNC paths as well.
Closes #25505