May 05, 2019
https://issues.dlang.org/show_bug.cgi?id=13462

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dkorpel@live.nl
         Resolution|---                         |DUPLICATE

--- Comment #1 from Dennis <dkorpel@live.nl> ---
Starting at DMD 2.071.2 this gives a deprecation warning and since 2.084.0 it
is an error. It seems to be caused by fully qualified names bypassing private
imports, which has been fixed.
(https://dlang.org/changelog/2.084.0.html#fqn_imports_bypass_private_imports_error)

*** This issue has been marked as a duplicate of issue 313 ***

--