July 20, 2023 [Issue 24054] New: return expression expected on noreturn function | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24054 Issue ID: 24054 Summary: return expression expected on noreturn function Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: diagnostic Severity: normal Priority: P1 Component: dmd Assignee: nobody@puremagic.com Reporter: elpenguino+D@gmail.com ``` noreturn foo() { return; } ``` As of DMD 2.104.2, this results in "Error: return expression expected". This is a misleading error, and should probably suggest removal of the statement. -- |
Copyright © 1999-2021 by the D Language Foundation