Function rustc_expand::mbe::macro_check::check_meta_variables
source · pub(super) fn check_meta_variables(
sess: &ParseSess,
node_id: NodeId,
span: Span,
lhses: &[TokenTree],
rhses: &[TokenTree]
) -> bool
Expand description
Checks that meta-variables are used correctly in a macro definition.
Arguments:
sess
is used to emit diagnostics and lintsnode_id
is used to emit lintsspan
is used when no spans are availablelhses
andrhses
should have the same length and represent the macro definition