XrXr 169e0f13fa ZJIT: Remove unnecessary &dyn usage in gc_fastpath.rs
This forces the caller to write `&` before each closure for no benefits.
It's also weird because another parameter uses `impl Fn...` so you end
up with a noisy asymmetry at the call site.

Use `impl Fn`.
2026-07-23 12:47:34 -07:00
..