You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For concurrent requests to create the same directory using create_dir_all it is possible that the request fails with Error { repr: Os { code: 17, message: "File exists" } because a second thread already has created that directory. The problem is caused by create_dir_allfunction in DirBuilder.
Activity
durka commentedon Nov 28, 2016
Duplicate of #33707.
alexcrichton commentedon Nov 28, 2016
Indeed!