Function rustc_ast::util::literal::float_lit

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