rustc_expand::mbe::macro_rules

Function check_lhs_nt_follows

Source
fn check_lhs_nt_follows(
    sess: &Session,
    node_id: NodeId,
    lhs: &TokenTree,
) -> Result<(), ErrorGuaranteed>