mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
missing arm
This commit is contained in:
parent
d988ab5378
commit
ffc19ec2a2
1 changed files with 2 additions and 0 deletions
|
@ -1443,6 +1443,7 @@ fn low_level_no_rc(lowlevel: &LowLevel) -> RC {
|
|||
ListLen | StrIsEmpty | StrToScalars | StrCountGraphemes | StrGraphemes
|
||||
| StrCountUtf8Bytes | StrGetCapacity | ListGetCapacity => RC::NoRc,
|
||||
ListWithCapacity | StrWithCapacity => RC::NoRc,
|
||||
DictPseudoSeed => RC::NoRc,
|
||||
ListReplaceUnsafe => RC::Rc,
|
||||
StrGetUnsafe | ListGetUnsafe => RC::NoRc,
|
||||
ListConcat => RC::Rc,
|
||||
|
@ -1502,6 +1503,7 @@ fn low_level_no_rc(lowlevel: &LowLevel) -> RC {
|
|||
| NumCountLeadingZeroBits
|
||||
| NumCountTrailingZeroBits
|
||||
| NumCountOneBits => RC::NoRc,
|
||||
I128OfDec => RC::NoRc,
|
||||
NumBytesToU16 => RC::NoRc,
|
||||
NumBytesToU32 => RC::NoRc,
|
||||
NumBytesToU64 => RC::NoRc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue