]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #33332 - alexcrichton:handle-more-races, r=michaelwoerister
authorManish Goregaokar <manishsmail@gmail.com>
Mon, 2 May 2016 19:32:44 +0000 (01:02 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 3 May 2016 02:35:29 +0000 (08:05 +0530)
rustc: Handle concurrent `create_dir` requests

The compiler created a directory as part of `-Z incremental` but that may be
hierarchically used concurrently so we need to protect ourselves against that.


Trivial merge