Function run_make_support::fs::set_permissions
source ยท pub fn set_permissions<P: AsRef<Path>>(path: P, perm: Permissions)
Expand description
A wrapper around std::fs::set_permissions
which includes the file path in the panic message.