pub(super) fn check_meta_variables(
    psess: &ParseSess,
    node_id: NodeId,
    span: Span,
    lhses: &[TokenTree],
    rhses: &[TokenTree],
) -> Result<(), ErrorGuaranteed>Expand description
Checks that meta-variables are used correctly in a macro definition.
Arguments:
- psessis used to emit diagnostics and lints
- node_idis used to emit lints
- spanis used when no spans are available
- lhsesand- rhsesshould have the same length and represent the macro definition