This commit is contained in:
Ayaz Hafiz 2022-04-29 17:49:40 -04:00
parent fe28d1554b
commit 3411a4b266
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -722,7 +722,7 @@ fn solve(
let failing: Vec<_> = it.collect();
println!("Rigids {:?}", &rigid_vars);
println!("Failing {:?}", failing);
assert!(false)
debug_assert!(false);
}
}