www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 24349] New: [Alias noreturn] documentation is bolluxed

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 puremagic.com
          Reporter: jim 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);

--
Jan 20