Revert #95993 fix
This reverts the temporary fix implemented by https://github.com/rust-lang/rust/pull/95993 since a permanent fix has been implemented by https://github.com/rust-lang/cargo/pull/10594
This commit is contained in:
parent
5d3c6d6c83
commit
81b525e2a4
@ -31,9 +31,7 @@ fn main() {
|
||||
|
||||
let mut cmd = Command::new(rustdoc);
|
||||
|
||||
// cfg(bootstrap)
|
||||
// NOTE: the `--test` special-casing can be removed when https://github.com/rust-lang/cargo/pull/10594 lands on beta.
|
||||
if target.is_some() || args.iter().any(|x| x == "--test") {
|
||||
if target.is_some() {
|
||||
// The stage0 compiler has a special sysroot distinct from what we
|
||||
// actually downloaded, so we just always pass the `--sysroot` option,
|
||||
// unless one is already set.
|
||||
|
Loading…
Reference in New Issue
Block a user