mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +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
|
@ -1349,7 +1349,9 @@ pub(crate) fn lowlevel_borrow_signature(op: LowLevel) -> &'static [Ownership] {
|
|||
| NumWithoutDecimalPoint
|
||||
| NumWithDecimalPoint
|
||||
| NumF32ToParts
|
||||
| NumF64ToParts => &[IRRELEVANT],
|
||||
| NumF64ToParts
|
||||
| NumF32FromParts
|
||||
| NumF64FromParts => &[IRRELEVANT],
|
||||
StrStartsWith | StrEndsWith => &[BORROWED, BORROWED],
|
||||
StrFromUtf8 => &[OWNED],
|
||||
StrToUtf8 => &[OWNED],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue