[Issue 13323] New: UDA applied to import statement causes compilation to fail without error
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Aug 18 09:09:19 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13323
Issue ID: 13323
Summary: UDA applied to import statement causes compilation to
fail without error
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: DMD
Assignee: nobody at puremagic.com
Reporter: turkeyman at gmail.com
struct UDA {}
struct S
{
@UDA:
import std.string;
}
Compilation takes a long time, and eventually fails. No error is output.
--
More information about the Digitalmars-d-bugs
mailing list