https://issues.dlang.org/show_bug.cgi?id=20447
Rainer Schuetze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Rainer Schuetze <[email protected]> --- (In reply to Walter Bright from comment #1) > I don't know why this is a regression. .dup was added to > core.sys.posix.unistd 5 years ago? The test case compiles up to 2.089. core.thread was refactored to a package, and this seems to uncover a bug with public imports leaking through private imports. --
