[Issue 23741] New: Functions in core.sys.windows.dbghelp should be marked @nogc nothrow

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 26 06:26:12 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=23741

          Issue ID: 23741
           Summary: Functions in core.sys.windows.dbghelp should be marked
                    @nogc nothrow
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: jack at jackstouffer.com

The function type aliases in core.sys.windows.dbghelp are Win32 functions and
do not allocate gc memory or throw exceptions.

--


More information about the Digitalmars-d-bugs mailing list