rustc_ast::util::literal

Function float_lit

Source
fn float_lit(
    symbol: Symbol,
    suffix: Option<Symbol>,
) -> Result<LitKind, LitError>