Is this really a regression? The OP code didn't compile with 2.062 and earlier.
Comment #3 by k.hara.pg — 2013-05-10T00:29:11Z
(In reply to comment #2)
> Is this really a regression? The OP code didn't compile with 2.062 and earlier.
OK, I confirmed. Instead of the OP code, this code:
struct S1
{
pure ~this() { }
}
struct S2
{
S1 s;
~this() { }
}
compiles with 2.062 but fails with git head(1290d1b).
Comment #4 by github-bugzilla — 2013-05-10T00:53:34Z