https://issues.dlang.org/show_bug.cgi?id=17606

          Issue ID: 17606
           Summary: dmd wrongly accepts field without type when annotated
                    with a UDA
           Product: D
           Version: D2
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P1
         Component: dmd
          Assignee: [email protected]
          Reporter: [email protected]

DMD64 D Compiler v2.074.0

```
struct foo{}

struct A{
  // compiles but shouldn't: missing bool
  @foo
  a=false;
}

```

--

Reply via email to