pub fn safe_create_dir_all_ioerror(path: &Path) -> Result<(), Error>
Like fs::create_dir_all, except handles concurrent calls among multiple threads or processes. Originally lifted from rustc, then from pants.
fs::create_dir_all