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.
2 parents de07b38 + cb1ad31 commit e32c97dCopy full SHA for e32c97d
src/main.rs
@@ -282,7 +282,7 @@ impl Config {
282
);
283
284
let saw_ice = stderr_utf8.contains("error: internal compiler error")
285
- || stderr_utf8.contains("thread 'rustc' has overflowed its stack");
+ || stderr_utf8.contains("' has overflowed its stack");
286
287
let input = (self.args.regress, status.success());
288
let result = match input {
0 commit comments