about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-12-13 09:12:39 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-12-13 09:17:28 -0800
commita1f5001998ad43ee6ce5a933be737ed63317916f (patch)
tree3dd95e60114052037131f10b7f7c30d647152761 /src/rustllvm/RustWrapper.cpp
parent0d1b9f4614a086e92a81f45b46c73d5e4b6ad94d (diff)
downloadrust-a1f5001998ad43ee6ce5a933be737ed63317916f.tar.gz
rust-a1f5001998ad43ee6ce5a933be737ed63317916f.zip
rustc: Use `create_dir_racy` in save analysis
The OSX bots failed last night due a race condition in save analysis where
concurrent calls to `fs::create_dir_all` conflicted with one another. This
replaces the relevant function call with `fs::create_dir_racy` which is defined
internally to the compiler.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions