https://issues.dlang.org/show_bug.cgi?id=20419
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/dmd pull request #10621 "Fix Issue 20419 - is(missing == module/package) results in unknown id…" was merged into master: - 09037a8641f942b6248f503b48c1a1c382159412 by MoonlightSentinel: Fix Issue 20419 - is(missing == module/package) results in unknown identifier is(missing == module) and is(missing == package) raised an error for missing identifiers, violating the language specification wich only requires the identifier to be syntactically valid. https://github.com/dlang/dmd/pull/10621 --
