Revert "ID in rb_id_table_foreach_with_replace [Feature #18253]"
This reverts commit 530e485265dac6e2aea1d587a4a79a314cc772cf. rb_id_table_foreach_with_replace is used during GC compaction,
and the global symbols array can have been moved at that time.
Related issues
Feature #18253: `ID` in `rb_id_table_foreach_with_replace`
Revert "
ID
inrb_id_table_foreach_with_replace
[Feature #18253]"This reverts commit 530e485265dac6e2aea1d587a4a79a314cc772cf.
rb_id_table_foreach_with_replace
is used during GC compaction,and the global symbols array can have been moved at that time.