June 16, 2023
https://issues.dlang.org/show_bug.cgi?id=23995

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #15330 "Fix 23995 - Cannot declare out parameter of opaque type" fixing this issue:

- Fix 23995 - Cannot declare out parameter of opaque type

https://github.com/dlang/dmd/pull/15330

--
June 16, 2023
https://issues.dlang.org/show_bug.cgi?id=23995

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Dennis <dkorpel@live.nl> ---
Nevermind, `out` variables are initialized with `.init` upon function invocation, which requires a definition

--