mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
fix main by adding missing match branches
This commit is contained in:
parent
cf20c74eb9
commit
6149e721f6
1 changed files with 2 additions and 0 deletions
|
@ -1468,6 +1468,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