Searched defs:missing_coverage_path (Results 1 – 1 of 1) sorted by relevance
262 let missing_coverage_path = Path::new("debug/test/ui/rustfix_missing_coverage.txt"); in check_rustfix_coverage() localVariable263 let missing_coverage_path = if let Ok(target_dir) = std::env::var("CARGO_TARGET_DIR") { in check_rustfix_coverage() localVariable