pub fn syn_lit_cmpeq_approx( a: Lit, b: Lit, cmp_loc: &(Span, &'_ str), ) -> Result<Equality>
Compare two literals the way approx_equal does
approx_equal
pub just so that the tests in directly.rs can call it
pub
directly.rs