first steps for recursive groups

This commit is contained in:
Folkert 2022-05-14 15:21:59 +02:00
parent c75cbf854e
commit e2b046d032
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
5 changed files with 23 additions and 31 deletions

View file

@ -1747,7 +1747,7 @@ pub fn constrain_decls(
constraint,
);
}
MutualRecursion(_) => todo!(),
MutualRecursion { .. } => todo!(),
}
}