We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef8bc7 commit 9468362Copy full SHA for 9468362
collector/src/bin/rustc-perf-collector/sysroot.rs
@@ -129,6 +129,7 @@ rustc-std-workspace-std = { path = 'src/tools/rustc-std-workspace-std' }
129
130
// Move all of the `rlib` files into the main sysroot.
131
let sysroot_target_lib_dir = sysroot_rustlib_dir.join(&self.triple).join("lib");
132
+ fs::create_dir_all(&sysroot_target_lib_dir)?;
133
for entry in fs::read_dir(local_build_target_dir.join("release/deps"))? {
134
let entry = entry?;
135
let path = entry.path();
0 commit comments