https://issues.dlang.org/show_bug.cgi?id=21726
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @ibuclaw created dlang/dmd pull request #12282 "fix Issue 21726 - Wrong comparison in package(...) visibilities" fixing this issue: - fix Issue 21726 - Wrong comparison in package(...) visibilities For the purpose of creating a new scope, it makes no sense to let the most restrictive package attributes override any other nested visibility attributes. As there is no other use of isSubsetOf(), the entire function has been removed. https://github.com/dlang/dmd/pull/12282 --
