[Issue 24349] object noreturn link is missing

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jan 27 11:05:01 UTC 2024


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

--- Comment #4 from Nick Treleaven <nick at geany.org> ---
> alias noreturn = Nn;

Ddoc generates (more) correct declaration:
> alias noreturn = noreturn; 
https://dlang.org/phobos-prerelease/object.html#.noreturn

So the problem seems to be with Ddox, perhaps file a bug here:
https://github.com/dlang/ddox/issues

--


More information about the Digitalmars-d-bugs mailing list