mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-05 06:23:13 +01:00
Fixed file name in imported mixins containing assertions.
This commit is contained in:
@@ -30,7 +30,7 @@ void DtoResolveStruct(StructDeclaration* sd)
|
||||
sd->ir.resolved = true;
|
||||
|
||||
// log what we're doing
|
||||
Logger::println("Resolving struct type: %s (%s)", sd->toChars(), sd->locToChars());
|
||||
Logger::println("Resolving struct type: %s (%s)", sd->toChars(), sd->loc.toChars());
|
||||
LOG_SCOPE;
|
||||
|
||||
// make sure type exists
|
||||
|
||||
Reference in New Issue
Block a user