File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 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(
689689 #[ rustfmt:: skip]
690690 eprintln ! ( "{}" , "==================================================================================" . dimmed( ) ) ;
691691 #[ 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( ) ) ;
693693 #[ 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( ) ) ;
695695 #[ 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( ) ) ;
697699 #[ rustfmt:: skip]
698700 eprintln ! ( "{}" , "==================================================================================" . dimmed( ) ) ;
699701
You can’t perform that action at this time.
0 commit comments