Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 954c721

Browse files
authored
Merge pull request #2397 from quickfur/issue19468
Fix issue 19468: improve cyclic dependency error message. merged-on-behalf-of: Jacob Carlborg <jacob-carlborg@users.noreply.github.com>
2 parents 706990b + 27005c6 commit 954c721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/minfo.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ struct ModuleGroup
287287
else
288288
enum EOL = "\n";
289289

290-
sink("Cyclic dependency between module ");
290+
sink("Cyclic dependency between module constructors/destructors of ");
291291
sink(_modules[sourceIdx].name);
292292
sink(" and ");
293293
sink(_modules[cycleIdx].name);

0 commit comments

Comments
 (0)