We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b236c1b + 4db8017 commit c93a364Copy full SHA for c93a364
src/main.rs
@@ -265,7 +265,8 @@ impl Config {
265
);
266
267
let saw_ice = stderr_utf8.contains("error: internal compiler error")
268
- || stderr_utf8.contains("' has overflowed its stack");
+ || stderr_utf8.contains("' has overflowed its stack")
269
+ || stderr_utf8.contains("error: the compiler unexpectedly panicked");
270
271
let input = (self.args.regress, status.success());
272
let result = match input {
0 commit comments