Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #12820 - linyihai:broken-symlink-target, r=weihanglo
add detailed message when target folder path is invalid # What does this PR try to resolve? close #12789 add more detailed message when target folder path is invalid # How should we test and review this PR? Before this PR, if the target folder refer to broken symbolic link like /a/b/c, then run cargo build, the output is: ``` error: Not a directory (os error 20) ``` the detailed error message is missing. This PR will add the error context for it, the finall output will be ``` cargo build error: failed to create directory `/root/workspace/playground/target` Caused by: Not a directory (os error 20) ```
- Loading branch information