mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
added comment
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
609a8091c4
commit
ae2506469c
1 changed files with 1 additions and 0 deletions
|
@ -1173,6 +1173,7 @@ pub(crate) fn run_low_level<'a, 'ctx>(
|
|||
todo!("implement checked float conversion");
|
||||
}
|
||||
NumWithoutDecimalPoint | NumWithDecimalPoint => {
|
||||
// Dec uses an I128 under the hood, so no conversion is needed.
|
||||
arguments!(arg);
|
||||
arg
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue