Skip to content

Commit bf93d35

Browse files
committed
Mention structs and macros as examples
1 parent 7b863d1 commit bf93d35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/elixir/lib/kernel/parallel_compiler.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,8 @@ defmodule Kernel.ParallelCompiler do
985985
IO.puts(
986986
:stderr,
987987
"\nEnsure there are no compile-time dependencies between those files " <>
988-
"and that the modules they reference exist and are correctly named\n"
988+
"(such as structs or macros) and that the modules they reference exist " <>
989+
"and are correctly named\n"
989990
)
990991

991992
for {file, position, _, description, stacktrace} <- deadlock do

0 commit comments

Comments
 (0)