syn_lit_cmpeq_approx

Function syn_lit_cmpeq_approx 

Source
pub fn syn_lit_cmpeq_approx(
    a: Lit,
    b: Lit,
    cmp_loc: &(Span, &'_ str),
) -> Result<Equality>
Expand description

Compare two literals the way approx_equal does

pub just so that the tests in directly.rs can call it