Lines Matching full:path
40 use std::path::Path;
64 repo::for_each_rust_file(|path| test(path, &failed, abort_after));
72 fn test(path: &Path, failed: &AtomicUsize, abort_after: usize) {
73 let content = fs::read_to_string(path).unwrap();
79 errorf!("=== {}: syn failed to parse\n{:?}\n", path.display(), msg);
88 let edition = repo::edition(path).parse().unwrap();
100 path.display(),
110 errorf!("=== {}: librustc failed to parse", path.display());
118 errorf!("=== {}: ignoring librustc panic\n", path.display());
128 path.display(),
135 path.display(),