Tracking Issue for std::fs::set_permissions_nofollow #141607
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Feature gate:
#![feature(set_permissions_nofollow)]
This is a tracking issue for the
std::fs::set_permissions_nofollow
function.This function acts similarly to
fs::set_permissions
, except that it will never follow symlinks. This functions behavior when called on a symlink is platform-specific: on some platforms it will fail with an error, while on other platforms it may simply have no effect.Public API
Steps / History
(Remember to update the
S-tracking-*
label when checking boxes.)Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: