]> git.lizzy.rs Git - rust.git/commit
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)
commit7e88dc77605dfaa3b6b2388f3a4c3bb92c85801b
treedef706894975c6197e3952d5fe001637464a64ca
parent0ee84c71fc62ed90e2ff13042b356bdd0fb501f5
parent71e63296a202a7da5eea2d0227517f66069cfa63
Rollup merge of #33332 - alexcrichton:handle-more-races, r=michaelwoerister

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.