mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Fix fmt.
This commit is contained in:
parent
ba6b225761
commit
78cf0b8d2e
1 changed files with 4 additions and 5 deletions
|
@ -796,8 +796,7 @@ pub fn build_exp_literal<'a, 'ctx, 'env>(
|
|||
|
||||
Decimal(int) => {
|
||||
let (upper_bits, lower_bits) = int.as_bits();
|
||||
env
|
||||
.context
|
||||
env.context
|
||||
.i128_type()
|
||||
.const_int_arbitrary_precision(&[lower_bits, upper_bits as u64])
|
||||
.into()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue