File tree 1 file changed +5
-3
lines changed 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -689,11 +689,13 @@ fn print_final_report(
689
689
#[ rustfmt:: skip]
690
690
eprintln ! ( "{}" , "==================================================================================" . dimmed( ) ) ;
691
691
#[ rustfmt:: skip]
692
- eprintln ! ( "{}" , "= Please open an issue on Rust's github repository =" . dimmed( ) ) ;
692
+ eprintln ! ( "{}" , "= Please file this regression report on the rust-lang/rust GitHub repository =" . dimmed( ) ) ;
693
693
#[ rustfmt:: skip]
694
- eprintln ! ( "{}" , "= https://github.com/rust-lang/rust/issues/new =" . dimmed( ) ) ;
694
+ eprintln ! ( "{}" , "= New issue: https://github.com/rust-lang/rust/issues/new =" . dimmed( ) ) ;
695
695
#[ rustfmt:: skip]
696
- eprintln ! ( "{}" , "= Below you will find a text that would serve as a starting point of your report =" . dimmed( ) ) ;
696
+ eprintln ! ( "{}" , "= Known issues: https://github.com/rust-lang/rust/issues =" . dimmed( ) ) ;
697
+ #[ rustfmt:: skip]
698
+ eprintln ! ( "{}" , "= Copy and paste the text below into the issue report thread. Thanks! =" . dimmed( ) ) ;
697
699
#[ rustfmt:: skip]
698
700
eprintln ! ( "{}" , "==================================================================================" . dimmed( ) ) ;
699
701
You can’t perform that action at this time.
0 commit comments