projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
501823b
)
Make rustc_info a hidden file
author
Aleksey Kladov
<aleksey.kladov@gmail.com>
Mon, 16 Apr 2018 15:52:35 +0000
(18:52 +0300)
committer
Aleksey Kladov
<aleksey.kladov@gmail.com>
Mon, 16 Apr 2018 15:52:35 +0000
(18:52 +0300)
src/cargo/ops/cargo_compile.rs
patch
|
blob
|
history
diff --git
a/src/cargo/ops/cargo_compile.rs
b/src/cargo/ops/cargo_compile.rs
index 485f2b46af0f0d4dd49bbf1c1839a0957527fed1..fbf6acb3024cf8b5bf5d0e9d0025e8a245ccf153 100644
(file)
--- a/
src/cargo/ops/cargo_compile.rs
+++ b/
src/cargo/ops/cargo_compile.rs
@@
-260,7
+260,7
@@
pub fn compile_ws<'a>(
bail!("jobs must be at least 1")
}
- let rustc_info_cache = ws.target_dir().join("rustc_info.json").into_path_unlocked();
+ let rustc_info_cache = ws.target_dir().join("
.
rustc_info.json").into_path_unlocked();
let mut build_config = BuildConfig::new(config, jobs, &target, Some(rustc_info_cache))?;
build_config.release = release;
build_config.test = mode == CompileMode::Test || mode == CompileMode::Bench;