1 2 3 4 5 6 7 8 9 10
//! Tests for [`rustix::path`]. #![cfg(not(windows))] #![cfg_attr(target_os = "wasi", feature(wasi_ext))] #![cfg_attr(io_lifetimes_use_std, feature(io_safety))] #[cfg(not(feature = "rustc-dep-of-std"))] mod arg; #[cfg(feature = "itoa")] mod dec_int;