Closed Komyyy closed 1 year ago
It's pretty hard to follow what this code is doing, but the correction certainly looks plausible, and the test passes.
bors merge
Pull request successfully merged into master.
Build succeeded!
The publicly hosted instance of bors-ng is deprecated and will go away soon.
If you want to self-host your own instance, instructions are here. For more help, visit the forum.
If you want to switch to GitHub's built-in merge queue, visit their help page.
I found this bug during the porting. The current deriving handler doesn't work for this.
This is because the
functor
deriving handler makes weird definitions for inductive types which have recursive arguments separated by a non-recursive argument. Fortunatelly, the cause of this bug is just a mistake of the argument incontrol.traversable.derive
.