Skip to content

Commit 444e2f0

Browse files
committed
inform the user when nand where we are creating a cache dir
1 parent db06aad commit 444e2f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/cargo-miri.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ fn setup(ask_user: bool) {
149149
let dirs = directories::ProjectDirs::from("miri", "miri", "miri").unwrap();
150150
let dir = dirs.cache_dir();
151151
if !dir.exists() {
152+
println!("Creating `{}` and using it for miri's build of libstd", dir.display());
152153
fs::create_dir_all(&dir).unwrap();
153154
}
154155
// The interesting bit: Xargo.toml

0 commit comments

Comments
 (0)