On Friday, 6 September 2019 at 17:42:08 UTC, Max Samukha wrote:
That file was silently imported by the compiler (probably, a bug).
That's by design - the automatic module import lookups actually always look for .di file first, then .d files.
Adam D. Ruppe via Digitalmars-d-learn Fri, 06 Sep 2019 10:55:46 -0700
On Friday, 6 September 2019 at 17:42:08 UTC, Max Samukha wrote:
That file was silently imported by the compiler (probably, a bug).
That's by design - the automatic module import lookups actually always look for .di file first, then .d files.