February 19, 2022 [Issue 22793] New: importC: __import conflicts when importing multiple modules with same package | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=22793 Issue ID: 22793 Summary: importC: __import conflicts when importing multiple modules with same package Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1 Component: dmd Assignee: nobody@puremagic.com Reporter: duser@neet.fi // test.c __import core.stdc.stdlib; __import core.stdc.string; output with dmd v2.099.0-beta.1: test.c(2): Error: import `test.core` conflicts with import `test.core` at test.c(1) -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply