Home
last modified time | relevance | path

Searched defs:missing_coverage_path (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/clippy/tests/
Dcompile-test.rs262 let missing_coverage_path = Path::new("debug/test/ui/rustfix_missing_coverage.txt"); in check_rustfix_coverage() localVariable
263 let missing_coverage_path = if let Ok(target_dir) = std::env::var("CARGO_TARGET_DIR") { in check_rustfix_coverage() localVariable