Browse Source
This test creates a cycle between two `Func` objects (and indirectly through their instance) which prevents anything from being collected. This was found when running tests locally with address sanitizer, and using a `Weak<T>` breaks the cycle to allow collecting resources.pull/1593/head
Alex Crichton
5 years ago
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue