You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds the skeleton of a new copying collector, guarded behind a new
"gc-copying" cargo feature. It compiles and implements the various `Gc*` traits
to interface with the runtime and compiler, but is not yet actually functional.
The copying collector is intentionally excluded from the fuzzing config
generator, as it isn't ready to be fuzzed yet.
0 commit comments