]> git.lizzy.rs Git - rust.git/commit
Auto merge of #25103 - alexcrichton:issue-25072, r=brson
authorbors <bors@rust-lang.org>
Mon, 4 May 2015 20:48:49 +0000 (20:48 +0000)
committerbors <bors@rust-lang.org>
Mon, 4 May 2015 20:48:49 +0000 (20:48 +0000)
commitf49a98431b9a13cec00bb8e601c28e189d7eabbe
tree9cffed24d58b78c0ee57da99199f917a8492f262
parent9b481f89d104963e0b91c234ce9c8f2eb2216f15
parente6c23bb8939213653e58031430606059700da8ea
Auto merge of #25103 - alexcrichton:issue-25072, r=brson

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