[Issue 24349] New: [Alias noreturn] documentation is bolluxed
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jan 21 02:05:21 UTC 2024
https://issues.dlang.org/show_bug.cgi?id=24349
Issue ID: 24349
Summary: [Alias noreturn] documentation is bolluxed
Product: D
Version: D2
Hardware: All
URL: http://dlang.org/library/druntime/src/object.html
OS: All
Status: NEW
Severity: minor
Priority: P3
Component: dmd
Assignee: nobody at puremagic.com
Reporter: jim at balter.name
https://dlang.org/library/object/noreturn.html
reads:
Bottom type. See .
alias noreturn = Nn;
The source code is
/**
* Bottom type.
* See $(DDSUBLINK spec/type, noreturn).
*/
alias noreturn = typeof(*null);
--
More information about the Digitalmars-d-bugs
mailing list