https://issues.dlang.org/show_bug.cgi?id=13749
Issue ID: 13749
Summary: std.range module conflicts with std.range package
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: critical
Priority: P1
Component: Phobos
Assignee: [email protected]
Reporter: [email protected]
Just built the latest phobos and got this when I tried to compile something:
/opt/dmd/include/d2/std/range/constraints.d(114): Error: package name
'std.range' conflicts with usage as a module name in file
/opt/dmd/include/d2/std/range.d
--