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