mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
always inline RocDict functions
This commit is contained in:
parent
89821a83af
commit
7f8ca150f5
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ pub fn gen_from_mono_module(
|
|||
function.set_linkage(Linkage::Internal);
|
||||
}
|
||||
|
||||
if name.starts_with("roc_builtins.dict") {
|
||||
if name.starts_with("roc_builtins.dict") || name.starts_with("dict.RocDict") {
|
||||
function.add_attribute(AttributeLoc::Function, attr);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue