December 01, 2020
https://issues.dlang.org/show_bug.cgi?id=21441

          Issue ID: 21441
           Summary: TypeInfo_Enum.destroy and TypeInfo_Enum.postblit not
                    calling destroy and postblit of base type
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: druntime
          Assignee: nobody@puremagic.com
          Reporter: n8sh.secondary@hotmail.com

TypeInfo_Enum.destroy and TypeInfo_Enum.postblit should call destroy and postblit of base type. Also offTi but as that does not seem to be implemented yet mentioning it in the change log would muddy the waters.

--