pub(super) fn check_meta_variables(
    psess: &ParseSess,
    node_id: NodeId,
    lhs: &TokenTree,
    rhs: &TokenTree,
) -> Result<(), ErrorGuaranteed>Expand description
Checks that meta-variables are used correctly in one rule of a macro definition.
Arguments:
psessis used to emit diagnostics and lintsnode_idis used to emit lintslhsandrhsrepresent the rule