Macro libafl::feedback_or_fast

source ·
macro_rules! feedback_or_fast {
    ( $last:expr ) => { ... };
    ( $head:expr, $($tail:expr), +) => { ... };
}
Expand description

Combines multiple feedbacks with an OR operation, not executing feedbacks after the first positive result