mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
correct the name of the size() exposed function
This commit is contained in:
parent
454f3c603e
commit
fa05c49693
4 changed files with 5 additions and 5 deletions
|
@ -232,7 +232,7 @@ impl ExposedSymbols {
|
|||
custom_names.extend([
|
||||
format!("{sym}"),
|
||||
format!("{sym}_generic"),
|
||||
format!("roc__{sym}_size"),
|
||||
format!("{sym}_size"),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue