X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Fbin%2Frustc.rs;h=f6ed4ee91b3c5b66b2ead3cbbdfa5e406f705179;hb=2683ba631b41aae266dfc2a8661ca9442db96a2d;hp=ac2e3bc402ac0f1c6264a618b745b9f5e29fcd6b;hpb=5abbf798e7dc1a9bfbe287d3d3d19e764b28225b;p=rust.git diff --git a/src/bootstrap/bin/rustc.rs b/src/bootstrap/bin/rustc.rs index ac2e3bc402a..f6ed4ee91b3 100644 --- a/src/bootstrap/bin/rustc.rs +++ b/src/bootstrap/bin/rustc.rs @@ -188,7 +188,7 @@ fn main() { cmd.arg("-Zsave-analysis"); cmd.env("RUST_SAVE_ANALYSIS_CONFIG", "{\"output_file\": null,\"full_docs\": false,\"pub_only\": true,\ - \"signatures\": false,\"borrow_data\": false}"); + \"distro_crate\": true,\"signatures\": false,\"borrow_data\": false}"); } // Dealing with rpath here is a little special, so let's go into some