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

Commit 27005c6

Browse files
author
H. S. Teoh
committed
Fix issue 19468: improve cyclic dependency error message.
1 parent 4fd4fa3 commit 27005c6

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)