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: [email protected]
Reporter: [email protected]
struct UDA {}
struct S
{
@UDA:
import std.string;
}
Compilation takes a long time, and eventually fails. No error is output.
--
