mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
db00ba9eb2
It is more robust to not fail if any directory in a path was created concurrently. This change lifts rustc internal `create_dir_racy` that was created to handle such conditions to be new `create_dir_all` implementation.