mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +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)
|
| abilities.is_specialization_name(symbol.value)
|
||||||
| matches!(subs.get_content_without_compacting(var), Content::Error)
|
| matches!(subs.get_content_without_compacting(var), Content::Error)
|
||||||
|
| matches!(tag, DeclarationTag::MutualRecursion { .. })
|
||||||
{
|
{
|
||||||
return None;
|
return None;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue