mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Merge remote-tracking branch 'origin/trunk' into linux-32-bit
This commit is contained in:
commit
2931427870
3 changed files with 30 additions and 70 deletions
|
@ -125,6 +125,7 @@ pub fn gen_from_mono_module(
|
|||
|| name.starts_with("roc_builtins.dec")
|
||||
|| name.starts_with("list.RocList")
|
||||
|| name.starts_with("dict.RocDict")
|
||||
|| name.contains("decref")
|
||||
{
|
||||
function.add_attribute(AttributeLoc::Function, enum_attr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue