mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Update comment
This commit is contained in:
parent
6adaf0905e
commit
bfb7bb3874
1 changed files with 2 additions and 1 deletions
|
@ -5903,7 +5903,8 @@ fn run_low_level<'a, 'ctx, 'env>(
|
|||
}
|
||||
}
|
||||
NumToFloatChecked => {
|
||||
// NOTE: For some reason there's no entry here for NumToIntChecked - why is that?
|
||||
// NOTE: There's a NumToIntChecked implementation above,
|
||||
// which could be useful to look at when implementing this.
|
||||
todo!("implement checked float conversion");
|
||||
}
|
||||
Eq => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue