https://issues.dlang.org/show_bug.cgi?id=17283
Issue ID: 17283
Summary: std.experimental.typecons uses private module members
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: normal
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
std.experimental.typecons uses private module members. Although this should
have resulted in a compiler error, it hasn't due to a compiler bug. I
discovered this while trying to fix the initial bug and now this is blocking
[1]
[1] https://github.com/dlang/dmd/pull/6660
--