xref: /third_party/rust/crates/rustix/tests/rand/main.rs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/rustix/tests/rand/
1b8a62b91Sopenharmony_ci//! Tests for [`rustix::rand`].
2b8a62b91Sopenharmony_ci
3b8a62b91Sopenharmony_ci#![cfg(feature = "rand")]
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
8b8a62b91Sopenharmony_ci#[cfg(any(linux_raw, all(libc, target_os = "linux")))]
9b8a62b91Sopenharmony_cimod getrandom;
10

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