[][src]Macro bindgen::extra_assert_eq

macro_rules! extra_assert_eq {
    ( $lhs:expr , $rhs:expr ) => { ... };
    ( $lhs:expr , $rhs:expr , $( $arg:tt )+ ) => { ... };
}

Simple macro that forwards to assert_eq! when using testing_only_extra_assertions.