When running multiple transforms with commit between them (even noop ; commit ; noop), the refactorer crashes with an array index error. This is likely caused by us not resetting some session globals between rustc invocations (my guess is HygieneData).
When running multiple transforms with
commitbetween them (evennoop ; commit ; noop), the refactorer crashes with an array index error. This is likely caused by us not resetting some session globals between rustc invocations (my guess isHygieneData).