mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
create seamless slices when getting a substring
This commit is contained in:
parent
9889984dd4
commit
087ca115c9
3 changed files with 29 additions and 4 deletions
|
@ -1540,7 +1540,7 @@ fn low_level_no_rc(lowlevel: &LowLevel) -> RC {
|
|||
StrGetUnsafe | ListGetUnsafe => RC::NoRc,
|
||||
ListConcat => RC::Rc,
|
||||
StrConcat => RC::Rc,
|
||||
StrSubstringUnsafe => RC::NoRc,
|
||||
StrSubstringUnsafe => RC::Rc,
|
||||
StrReserve => RC::Rc,
|
||||
StrAppendScalar => RC::Rc,
|
||||
StrGetScalarUnsafe => RC::NoRc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue