mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
add some failing tests
This commit is contained in:
parent
0cac94d11d
commit
4dd7ea1356
2 changed files with 77 additions and 4 deletions
|
@ -583,7 +583,7 @@ pub fn sort_can_defs(
|
|||
}
|
||||
|
||||
let successors_of_group = |group_id: &usize| {
|
||||
let mut result = ImSet::default();
|
||||
let mut result = MutSet::default();
|
||||
|
||||
// for each symbol in this group
|
||||
for symbol in &groups[*group_id] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue