Skip to content

Commit

Permalink
Rollup merge of #110918 - ChrisDenton:on-error-resume-next, r=cuviper
Browse files Browse the repository at this point in the history
`remove_dir_all`: try deleting the directory even if `FILE_LIST_DIRECTORY` access is denied

If opening a directory with `FILE_LIST_DIRECTORY` access fails then we should try opening without requesting that access. We may still be able to delete it if it's empty or a link.

Fixes rust-lang/cargo#12042
  • Loading branch information
matthiaskrgr authored Apr 28, 2023
2 parents c5f087e + dbe3967 commit c98d9cf
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit c98d9cf

Please sign in to comment.