mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Simplify
This commit is contained in:
parent
fe28d1554b
commit
3411a4b266
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ fn solve(
|
||||||
let failing: Vec<_> = it.collect();
|
let failing: Vec<_> = it.collect();
|
||||||
println!("Rigids {:?}", &rigid_vars);
|
println!("Rigids {:?}", &rigid_vars);
|
||||||
println!("Failing {:?}", failing);
|
println!("Failing {:?}", failing);
|
||||||
assert!(false)
|
debug_assert!(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue