Skip to content

Commit adc1995

Browse files
authored
Edit message according to suggestion
1 parent 76c826d commit adc1995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/reporting/messages.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2746,7 +2746,7 @@ class MissingImplicitArgument(
27462746
i"\n\nNote: ${s.ref.symbol.showLocated} was not considered because it was not imported with `import given`."
27472747
def noChainConversionsNote(ignoredConversions: Iterable[TermRef]): Option[String] =
27482748
Option.when(ignoredConversions.nonEmpty)(
2749-
i"\n\nNote: implicit conversions are not automatically applied to implicit arguments. " +
2749+
i"\n\nNote: implicit conversions are not automatically applied to arguments of using clauses. " +
27502750
i"You will have to pass the argument explicitly.\n" +
27512751
i"The following conversions in scope result in ${pt.show}: ${ignoredConversions.map(g => s"\n - ${g.symbol.showDcl}").mkString}"
27522752
)

0 commit comments

Comments
 (0)