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 51648d6 commit bcaa604Copy full SHA for bcaa604
src/tools/compiletest/src/runtest.rs
@@ -589,7 +589,7 @@ impl<'test> TestCx<'test> {
589
590
if missing_patterns.len() == 1 {
591
self.fatal_proc_rec(
592
- &format!("error pattern '{}' not found!", missing_patterns[0]),
+ &format!("error pattern '{}' not found in {output_to_check}!", missing_patterns[0]),
593
proc_res,
594
);
595
} else {
0 commit comments