X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Fbuilder.rs;h=1aa79f5566aa68624d29db0e5a8e6532ef2956f5;hb=f426146460c5446bb41ac0b677bbfe5b6ff502ba;hp=fa6a5ee1668f8edf229af72c600e19cd35b03472;hpb=2682b88c526d493edeb2d3f2df358f44db69b73f;p=rust.git diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index fa6a5ee1668..1aa79f5566a 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -697,6 +697,7 @@ macro_rules! describe { doc::RustcBook, doc::CargoBook, doc::Clippy, + doc::ClippyBook, doc::Miri, doc::EmbeddedBook, doc::EditionGuide, @@ -1763,6 +1764,7 @@ pub fn cargo( if !target.contains("windows") { let needs_unstable_opts = target.contains("linux") + || target.contains("solaris") || target.contains("windows") || target.contains("bsd") || target.contains("dragonfly")