https://issues.dlang.org/show_bug.cgi?id=13567
--- Comment #5 from ZombineDev <[email protected]> --- Yes, it would definitely be a step in the right direction. A lot more code will benefit from this because private functions are more common than auto-returning and also people tend to neglect putting attributes on private functions more than on public ones. --
