https://issues.dlang.org/show_bug.cgi?id=13462
Dennis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |DUPLICATE --- Comment #1 from Dennis <[email protected]> --- 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 *** --
