mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Merge branch 'main' into save-construction-children
This commit is contained in:
commit
c3e1e600a6
1 changed files with 2 additions and 0 deletions
|
@ -1488,6 +1488,8 @@ fn low_level_no_rc(lowlevel: &LowLevel) -> RC {
|
|||
NumBytesToU32 => RC::NoRc,
|
||||
NumBytesToU64 => RC::NoRc,
|
||||
NumBytesToU128 => RC::NoRc,
|
||||
I128OfDec => RC::NoRc,
|
||||
DictPseudoSeed => RC::NoRc,
|
||||
StrStartsWith | StrEndsWith => RC::NoRc,
|
||||
StrStartsWithScalar => RC::NoRc,
|
||||
StrFromUtf8Range => RC::Rc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue