Given program
auto a = 5, b;
DMD outputs
app.d(1): Error: identifier expected following comma
app.d(1): Error: no identifier for declarator `b`
There is an identifier after comma. I'd expect something like "initializer required for `auto` declaration `b`"
Comment #1 by robert.schadek — 2024-12-13T19:15:28Z