Skip to content

Commit

Permalink
exhaustive match
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain committed Oct 31, 2024
1 parent 69d12e0 commit cfc8bb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libafl_bolts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,10 @@ impl Display for Error {
write!(f, "Invalid corpus: {0}", &s)?;
display_error_backtrace(f, b)
}
Self::Frontend(s, b) => {
write!(f, "Frontend error: {0}", &s)?;
display_error_backtrace(f, b)
}
}
}
}
Expand Down

0 comments on commit cfc8bb7

Please sign in to comment.