I get this error when `@deriving(accessors)` a Variant with struct payload: ``` Fatal error: exception File "jscomp/frontend/ast_derive_projector.ml", line 57, characters 42-48: Assertion failed ``` [Playground link](https://rescript-lang.org/try?version=v11.0.1&code=AIEwpgTglgblB2BzAFAQwMbrAZ2wewmwEoAoAFwE8AHMAAgjHVrNoF5aBlMiAV3TOQBvVAC4EZAL5EgA) I don't think the compiler should crash in this situation.