Function rustc_ast::token::ident_can_begin_expr

source ยท
pub fn ident_can_begin_expr(
    name: Symbol,
    span: Span,
    is_raw: IdentIsRaw,
) -> bool