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 731cdb5 commit de4f237Copy full SHA for de4f237
src/main.rs
@@ -762,7 +762,7 @@ fn print_final_report(
762
eprintln!("regressed nightly: {}", nightly_toolchains[*nightly_found],);
763
764
eprintln!(
765
- "searched commits: from https://github.com/rust-lang/rust/commit/{0} to https://github.com/rust-lang/rust/commit/{1}",
+ "searched commit range: https://github.com/rust-lang/rust/compare/{0}...{1}",
766
ci_toolchains.first().unwrap(),
767
ci_toolchains.last().unwrap(),
768
);
0 commit comments