Draft: Avoid thunk leaks via NameCache
Previously, extending the NameCache
would result in the leakage of both
UniqueSupply
s and NameCache
s since we would fail to force the
Name
when extending the NameCache
.
Fixes #19214
Edited by Ben Gamari