pub(crate) fn unreachable_release_func<VM: VMBinding>(
_mutator: &mut Mutator<VM>,
_tls: VMWorkerThread,
)Expand description
A place-holder implementation for MutatorConfig::release_func that should not be called.
Currently only used by NoGC.