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.