mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
f32FromParts and f64FromParts for repl
This commit is contained in:
parent
473b8ef2d3
commit
11998b9cc8
12 changed files with 48 additions and 4 deletions
|
@ -1594,7 +1594,9 @@ fn low_level_no_rc(lowlevel: &LowLevel) -> RC {
|
|||
| NumCountTrailingZeroBits
|
||||
| NumCountOneBits
|
||||
| NumF32ToParts
|
||||
| NumF64ToParts => RC::NoRc,
|
||||
| NumF64ToParts
|
||||
| NumF32FromParts
|
||||
| NumF64FromParts => RC::NoRc,
|
||||
I128OfDec | NumWithoutDecimalPoint | NumWithDecimalPoint => RC::NoRc,
|
||||
DictPseudoSeed => RC::NoRc,
|
||||
StrStartsWith | StrEndsWith => RC::NoRc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue