We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a46f85 commit cda9145Copy full SHA for cda9145
scripts/test_rustc_tests.sh
@@ -176,12 +176,11 @@ diff --git a/src/tools/run-make-support/src/rustdoc.rs b/src/tools/run-make-supp
176
index 9607ff02f96..b7d97caf9a2 100644
177
--- a/src/tools/run-make-support/src/external_deps/rustdoc.rs
178
+++ b/src/tools/run-make-support/src/external_deps/rustdoc.rs
179
-@@ -34,8 +34,6 @@ pub fn bare() -> Self {
+@@ -34,7 +34,6 @@ pub fn bare() -> Self {
180
#[track_caller]
181
pub fn new() -> Self {
182
let mut cmd = setup_common();
183
-- let target_rpath_dir = env_var_os("TARGET_RPATH_DIR");
184
-- cmd.arg(format!("-L{}", target_rpath_dir.to_string_lossy()));
+- cmd.arg("-L").arg(env_var_os("TARGET_RPATH_DIR"));
185
Self { cmd }
186
}
187
0 commit comments