Skip to content

Commit 9e5aaf9

Browse files
committed
Make rustc_info a hidden file
1 parent 501823b commit 9e5aaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/ops/cargo_compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ pub fn compile_ws<'a>(
260260
bail!("jobs must be at least 1")
261261
}
262262

263-
let rustc_info_cache = ws.target_dir().join("rustc_info.json").into_path_unlocked();
263+
let rustc_info_cache = ws.target_dir().join(".rustc_info.json").into_path_unlocked();
264264
let mut build_config = BuildConfig::new(config, jobs, &target, Some(rustc_info_cache))?;
265265
build_config.release = release;
266266
build_config.test = mode == CompileMode::Test || mode == CompileMode::Bench;

0 commit comments

Comments
 (0)