Skip to content

Commit

Permalink
try to improve ice msg extraction a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Mar 2, 2024
1 parent 5558110 commit bee70aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ http://github.com/langston-barrett/tree-splicer code mutator which icemaker can

Trophy case (1030+):

https://github.com/rust-lang/rustfmt/issues/6102
https://github.com/rust-lang/rust/issues/121858
https://github.com/rust-lang/rust-clippy/issues/12389
https://github.com/rust-lang/rust/issues/121807
Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1812,9 +1812,9 @@ static KEYWORDS_GENERIC_ICE: Lazy<Vec<Regex>> = Lazy::new(|| {
"^LLVM ERROR",
"Miri caused an ICE during evaluation.",
"^thread '.*' panicked at",
"^query stack during panic",
"^error: internal compiler error: no errors encountered even though `span_delayed_bug` issued$",
"^error: internal compiler error: ",
"^error: internal compiler error",
"^query stack during panic",
"RUST_BACKTRACE=",
"error: Undefined Behavior",
//"MIRIFLAGS",
Expand Down

0 comments on commit bee70aa

Please sign in to comment.