Skip to content

Commit

Permalink
par ice
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Mar 17, 2024
1 parent e54b024 commit 84f8877
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1812,6 +1812,7 @@ static KEYWORDS_GENERIC_ICE: Lazy<Vec<Regex>> = Lazy::new(|| {
"^LLVM ERROR",
"Miri caused an ICE during evaluation.",
"^thread '.*' panicked at",
"thread 'rustc query cycle handler' panicked at",
"^error: internal compiler error: no errors encountered even though `span_delayed_bug` issued$",
"^error: internal compiler error",
"^query stack during panic",
Expand Down Expand Up @@ -1910,7 +1911,8 @@ fn find_ICE_string(
eprintln!("{}", input_file.display());
eprintln!("\n\n{text}\n\n\n\n");
}
} */
}
*/

[&output.stdout, &output.stderr]
.into_iter()
Expand Down

0 comments on commit 84f8877

Please sign in to comment.