https://issues.dlang.org/show_bug.cgi?id=24830
--- Comment #1 from [email protected] --- This happens since even though while processing the second `Option!string` instantiation we try to update the `minst` of all children to the root module, it fails to update the automatically generated `__xopCmp` method (and friends). I have a fix and currently am working on the test case. I'll send a PR soon. --
