mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Default decimal literals to Dec, not F64
This commit is contained in:
parent
07622eb6fd
commit
2ebc1c415e
1 changed files with 1 additions and 1 deletions
|
@ -3020,7 +3020,7 @@ impl<'a> Layout<'a> {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn default_float() -> InLayout<'a> {
|
pub fn default_float() -> InLayout<'a> {
|
||||||
Layout::F64
|
Layout::DEC
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn int_literal_width_to_int(
|
pub fn int_literal_width_to_int(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue