[Issue 21500] public import in mixin template in module a fails when module b import sa.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Dec 23 05:46:03 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=21500
--- Comment #1 from noobnoobsai at gmail.com ---
Correction:
```bar.d
mixin template baz() {
public import std.stdio;
// public import std.stdio : writeln;
}
```
--
More information about the Digitalmars-d-bugs
mailing list