https://issues.dlang.org/show_bug.cgi?id=12567
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Martin Nowak <[email protected]> --- I was just about to write the same enhancement, because the lack of this feature causes problems when a deprecated module is finally removed. Just recently std.metastrings was dropped from phobos which breaks vibe.d 0.7.20 because it still has unused imports of std.metastrings [1]. I'd settle on the same syntax. The important part is, that this deprecation is triggered on import. [1]: https://github.com/rejectedsoftware/vibe.d/pull/706 --
