For example, the following code will fail: ``` rust fs::create_dir_all("a/"); ``` This is because the parent of `a/` is `a` which is basically the same path.
Activity
Rollup merge of rust-lang#22742 - alexcrichton:issue-22737, r=aturon