]> git.lizzy.rs Git - rust.git/commit
rustbuild: Don't leak file handles when creating junctions on Windows
authorOliver Middleton <olliemail27@gmail.com>
Wed, 28 Mar 2018 21:43:23 +0000 (22:43 +0100)
committerOliver Middleton <olliemail27@gmail.com>
Wed, 28 Mar 2018 21:43:23 +0000 (22:43 +0100)
commit77c70a8c47f569481a364df42b2eae72733e7d4c
tree334d359de8c2943e91c3732af48c9f1bb7f57148
parentd87c19db6df9189a2beb43e7998d0cc5548878b3
rustbuild: Don't leak file handles when creating junctions on Windows

This fixes building the compiler docs because stage1-rustc\x86_64-pc-windows-msvc\doc is used twice which
doesn't work if we still have a handle from the first time.
src/bootstrap/util.rs