https://issues.dlang.org/show_bug.cgi?id=20419
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/dmd pull request #10621 "Fix Issue 20419 - is(missing == module/package) results in unknown id…" fixing this issue: - 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 --
