From: bors Date: Thu, 3 May 2018 17:03:06 +0000 (+0000) Subject: Auto merge of #5470 - alexcrichton:hopeful-fix, r=matklad X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~1^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9aad27b8daf8b13260aaa49f9dd25343ef4fd5a1;p=cargo.git Auto merge of #5470 - alexcrichton:hopeful-fix, r=matklad Attmept to fix a spurious failure on AppVeyor I *think* the issue is that `link.exe` is generating debuginfo in the background which keeps the file open and prevents us from deleting it, but hopefully by disabling debug information we'll either be able to confirm or deny this hypothesis. --- 9aad27b8daf8b13260aaa49f9dd25343ef4fd5a1