Function rustc_ast::util::literal::float_lit

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