We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reachable_only
1 parent b082f78 commit 794ada0Copy full SHA for 794ada0
src/bootstrap/bin/rustc.rs
@@ -183,7 +183,8 @@ fn main() {
183
if env::var("RUSTC_SAVE_ANALYSIS") == Ok("api".to_string()) {
184
cmd.arg("-Zsave-analysis");
185
cmd.env("RUST_SAVE_ANALYSIS_CONFIG",
186
- "{\"output_file\": null,\"full_docs\": false,\"pub_only\": true,\
+ "{\"output_file\": null,\"full_docs\": false,\
187
+ \"pub_only\": true,\"reachable_only\": false,\
188
\"distro_crate\": true,\"signatures\": false,\"borrow_data\": false}");
189
}
190
0 commit comments