You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/bootstrap/bin/rustdoc.rs
+1-3
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,7 @@ fn main() {
31
31
32
32
letmut cmd = Command::new(rustdoc);
33
33
34
-
// cfg(bootstrap)
35
-
// NOTE: the `--test` special-casing can be removed when https://github.com/rust-lang/cargo/pull/10594 lands on beta.
36
-
if target.is_some() || args.iter().any(|x| x == "--test"){
34
+
if target.is_some(){
37
35
// The stage0 compiler has a special sysroot distinct from what we
38
36
// actually downloaded, so we just always pass the `--sysroot` option,
0 commit comments