http://d.puremagic.com/issues/show_bug.cgi?id=3905
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |diagnostic, patch CC| |[email protected] --- Comment #1 from Don <[email protected]> 2010-09-30 01:37:09 PDT --- PATCH: expression.c, line 10624, InExp::semantic() default: - error("rvalue of in expression must be an associative array, not %s", e2->type->toChars()); + error("%s has no opBinaryRight(\"in\") operator and %s has no opBinary(\"in\") operator", e1->type->toChars(), e2->type->toChars()); case Terror: return new ErrorExp(); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
