Skip to content

rustc_trans: Fix another windows verbatim path #25103

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

Merged
merged 1 commit into from
May 4, 2015

Conversation

alexcrichton
Copy link
Member

This was one last spot where directories were being leaked through with
arguments of the form \\?\ which neither ld.exe nor gcc.exe does
understands so the prefix needed to be stripped.

Closes #25072

This was one last spot where directories were being leaked through with
arguments of the form `\\?\` which neither `ld.exe` nor `gcc.exe` does
understands so the prefix needed to be stripped.

Closes rust-lang#25072
@alexcrichton
Copy link
Member Author

r? @brson

@rust-highfive rust-highfive assigned brson and unassigned nrc May 4, 2015
@rust-highfive
Copy link
Contributor

r? @nrc

(rust_highfive has picked a reviewer for you, use r? to override)

@brson
Copy link
Contributor

brson commented May 4, 2015

@bors r+ p=1

@bors
Copy link
Collaborator

bors commented May 4, 2015

📌 Commit e6c23bb has been approved by brson

@bors
Copy link
Collaborator

bors commented May 4, 2015

⌛ Testing commit e6c23bb with merge f49a984...

bors added a commit that referenced this pull request May 4, 2015
This was one last spot where directories were being leaked through with
arguments of the form `\\?\` which neither `ld.exe` nor `gcc.exe` does
understands so the prefix needed to be stripped.

Closes #25072
@bors
Copy link
Collaborator

bors commented May 4, 2015

@bors bors merged commit e6c23bb into rust-lang:master May 4, 2015
@alexcrichton alexcrichton deleted the issue-25072 branch May 5, 2015 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nothing builds under latest nightly release on windows
5 participants