Home
last modified time | relevance | path

Searched refs:saw_cargo_toml (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/rustix/tests/fs/
Ddir.rs23 let mut saw_cargo_toml = false; in test_dir() localVariable
31 saw_cargo_toml = true; in test_dir()
36 assert!(saw_cargo_toml); in test_dir()