mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix an incorrect var
This commit is contained in:
parent
40d90c9fb3
commit
09a656640e
1 changed files with 1 additions and 1 deletions
|
@ -1686,7 +1686,7 @@ fn str_to_scalars(symbol: Symbol, var_store: &mut VarStore) -> Def {
|
|||
let body = RunLowLevel {
|
||||
op: LowLevel::StrToScalars,
|
||||
args: vec![(str_var, Var(Symbol::ARG_1))],
|
||||
ret_var: str_var,
|
||||
ret_var: list_u32_var,
|
||||
};
|
||||
|
||||
defn(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue