Default decimal literals to Dec, not F64

This commit is contained in:
Richard Feldman 2023-09-10 06:30:23 -04:00 committed by Folkert
parent 07622eb6fd
commit 2ebc1c415e
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -3020,7 +3020,7 @@ impl<'a> Layout<'a> {
}
pub fn default_float() -> InLayout<'a> {
Layout::F64
Layout::DEC
}
pub fn int_literal_width_to_int(