macro_rules! insane_mode_discard_point {
() => { ... };
}Expand description
This macro is used to mark a point where we want to randomly discard the operation and early return, only in insane mode.
macro_rules! insane_mode_discard_point {
() => { ... };
}This macro is used to mark a point where we want to randomly discard the operation and early return, only in insane mode.