Macro tantivy::fail_point

source ·
macro_rules! fail_point {
    ($name:expr) => { ... };
    ($name:expr, $e:expr) => { ... };
    ($name:expr, $cond:expr, $e:expr) => { ... };
}
Expand description

Enable fail_point if feature is enabled.