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 cf0cdc4 commit dd6e386Copy full SHA for dd6e386
src/tools/compiletest/src/runtest.rs
@@ -978,7 +978,7 @@ actual:\n\
978
979
fn check_no_compiler_crash(&self, proc_res: &ProcRes) {
980
for line in proc_res.stderr.lines() {
981
- if line.starts_with("error: internal compiler error:") {
+ if line.contains("error: internal compiler error") {
982
self.fatal_proc_rec("compiler encountered internal error", proc_res);
983
}
984
0 commit comments