xref: /third_party/rust/crates/rustix/tests/path/main.rs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/rustix/tests/path/
1b8a62b91Sopenharmony_ci//! Tests for [`rustix::path`].
2b8a62b91Sopenharmony_ci
3b8a62b91Sopenharmony_ci#![cfg(any(feature = "fs", feature = "net"))]
4b8a62b91Sopenharmony_ci#![cfg(not(windows))]
5b8a62b91Sopenharmony_ci#![cfg_attr(target_os = "wasi", feature(wasi_ext))]
6b8a62b91Sopenharmony_ci#![cfg_attr(io_lifetimes_use_std, feature(io_safety))]
7b8a62b91Sopenharmony_ci#![cfg_attr(core_c_str, feature(core_c_str))]
8b8a62b91Sopenharmony_ci#![cfg_attr(alloc_c_string, feature(alloc_c_string))]
9b8a62b91Sopenharmony_ci
10b8a62b91Sopenharmony_ci#[cfg(not(feature = "rustc-dep-of-std"))]
11b8a62b91Sopenharmony_cimod arg;
12b8a62b91Sopenharmony_ci#[cfg(feature = "itoa")]
13b8a62b91Sopenharmony_cimod dec_int;
14

Indexes created Thu Nov 07 10:32:03 CST 2024