mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Merge branch 'trunk' into cli-test-tweaks
This commit is contained in:
commit
b697ed1ef2
8 changed files with 440 additions and 190 deletions
|
@ -116,9 +116,10 @@ pub fn gen_from_mono_module(
|
|||
}
|
||||
|
||||
if name.starts_with("roc_builtins.dict")
|
||||
|| name.starts_with("dict.RocDict")
|
||||
|| name.starts_with("roc_builtins.list")
|
||||
|| name.starts_with("roc_builtins.dec")
|
||||
|| name.starts_with("list.RocList")
|
||||
|| name.starts_with("dict.RocDict")
|
||||
{
|
||||
function.add_attribute(AttributeLoc::Function, enum_attr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue