mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-18 04:33:27 +01:00
DMD Issue 4269 - Regression(2.031): invalid type accepted if evaluated while errors are gagged
This commit is contained in:
@@ -912,8 +912,8 @@ void DtoResolveDsymbol(Dsymbol* dsym)
|
||||
DtoResolveTypeInfo(fd);
|
||||
}
|
||||
else {
|
||||
error(dsym->loc, "unsupported dsymbol: %s", dsym->toChars());
|
||||
assert(0 && "unsupported dsymbol for DtoResolveDsymbol");
|
||||
error(dsym->loc, "unsupported dsymbol: %s", dsym->toChars());
|
||||
assert(0 && "unsupported dsymbol for DtoResolveDsymbol");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user