We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2089f2e commit 047ea07Copy full SHA for 047ea07
src/bootstrap/src/core/build_steps/tool.rs
@@ -548,7 +548,7 @@ impl ErrorIndex {
548
let compiler = builder.compiler_for(builder.top_stage, host, host);
549
let mut cmd = command(builder.ensure(ErrorIndex { compiler }).tool_path);
550
let mut dylib_paths = builder.rustc_lib_paths(compiler);
551
- dylib_paths.push(PathBuf::from(&builder.sysroot_target_libdir(compiler, compiler.host)));
+ dylib_paths.push(builder.sysroot_target_libdir(compiler, compiler.host));
552
add_dylib_path(dylib_paths, &mut cmd);
553
cmd
554
}
0 commit comments