Function rustix::fs::statx::compat::statx_error

source ·
fn statx_error(err: Errno) -> Result<Statx>
Expand description

The first statx call failed. We can get a variety of error codes from seccomp configs or faulty FUSE drivers, so we don’t trust ENOSYS or EPERM to tell us whether statx is available.