This commit is contained in:
Folkert 2022-03-12 14:02:34 +01:00
parent d9c3a7ddd9
commit 6bb8bcb5a2
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -531,9 +531,6 @@ fn solve(
// then we copy from that module's Subs into our own. If the value
// is being looked up in this module, then we use our Subs as both
// the source and destination.
// dbg!(&subs, symbol, var, rank);
let actual = deep_copy_var_in(subs, rank, pools, var, arena);
let expectation = &constraints.expectations[expectation_index.index()];