Closed
Description
I realized I forgot to ensure that there are tests for cleanup of by-value bindings in match guards. For example, if the guard should fail, or be false, we have to be sure we don't leak. Similarly, just testing that if the guard is taken, cleanup occurs---there may not be good dedicated tests for that either.