[Issue 18193] New: module config is in file 'rt/config.d' which cannot be read
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jan 5 08:51:55 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18193
Issue ID: 18193
Summary: module config is in file 'rt/config.d' which cannot be
read
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: regression
Priority: P1
Component: druntime
Assignee: nobody at puremagic.com
Reporter: belka at caraus.de
src/rt isn't shipped with druntime's imports, so it can't be
imported directly from core.runtime.
Create a file that imports 'core.runtime' and
compile it with:
dmd -deps filename.d
The error is:
/usr/include/dmd/druntime/import/core/runtime.d(653): Error: module
config is in file 'rt/config.d' which cannot be read
dmd 2.078.0
--
More information about the Digitalmars-d-bugs
mailing list