mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Stop annotating recursion tags
This commit is contained in:
parent
1ec619f4f0
commit
c519ab7ee1
1 changed files with 1 additions and 0 deletions
|
@ -372,6 +372,7 @@ pub fn annotation_edits(
|
|||
)
|
||||
| abilities.is_specialization_name(symbol.value)
|
||||
| matches!(subs.get_content_without_compacting(var), Content::Error)
|
||||
| matches!(tag, DeclarationTag::MutualRecursion { .. })
|
||||
{
|
||||
return None;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue