Function match_quote_pattern_expr

Source
pub(super) fn match_quote_pattern_expr(
    pattern: &Expr,
    target: &Expr,
    captures: &mut BTreeMap<String, MetaValue>,
) -> bool