1 /// Make sure we can use `cwd` in const contexts. 2 #[allow(dead_code)] 3 const CWD: rustix::fd::BorrowedFd<'static> = rustix::fs::cwd(); 4