- let file = match File::open(pathname, fcntl::O_PATH | fcntl::O_SYMLINK | fcntl::O_CLOEXEC) {+ let file = match File::open(+ pathname,+ fcntl::O_PATH | fcntl::O_SYMLINK | fcntl::O_CLOEXEC,+ ) { Ok(ok) => ok, Err(_) => return -1, };ERROR: Job failed: exit code 1