https://issues.dlang.org/show_bug.cgi?id=13288
Issue ID: 13288
Summary: rdmd --eval fails because it still imports
std.metastrings
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: regression
Priority: P1
Component: tools
Assignee: [email protected]
Reporter: [email protected]
2.065 works.
2.066.0-rc2 fails.
git head fails.
---
rdmd '--eval=writeln();'
---
/tmp/.rdmd-1000/eval.DA3CF7FCA39219256545070AACDE88CF.d(10): Error: module
metastrings is in file 'std/metastrings.d' which cannot be read
---
Pull request is on the way.
--