mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +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();
|
||||
println!("Rigids {:?}", &rigid_vars);
|
||||
println!("Failing {:?}", failing);
|
||||
assert!(false)
|
||||
debug_assert!(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue