rustc_expand::mbe::macro_rules

Function check_lhs_nt_follows

source
fn check_lhs_nt_follows(
    sess: &Session,
    def: &Item,
    lhs: &TokenTree,
) -> Result<(), ErrorGuaranteed>