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