We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1393e93 commit 2d9e78fCopy full SHA for 2d9e78f
collector/src/rustc-fake.rs
@@ -112,7 +112,7 @@ fn main() {
112
println!("!self-profile-file:{}", profile_data.to_str().unwrap());
113
let filename = profile_data.file_name().unwrap().to_str().unwrap();
114
let json = run_summarize("summarize", &prof_out_dir, filename)
115
- .or_else(|_| run_summarize("summarize-0.8", &prof_out_dir, filename))
+ .or_else(|_| run_summarize("summarize-9.0", &prof_out_dir, filename))
116
.expect("able to run summarize or summarize-0.7");
117
println!("!self-profile-output:{}", json);
118
} else {
0 commit comments