Skip to main content

ident

Function ident 

Source
pub fn ident(
    s: &str,
    location: &SourceLocation,
) -> Result<Identifier, ParseError>
Expand description

Build an unquoted Identifier, wrapping crate::ir::IrError into a source-located ParseError::Ir.