File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler/src/dotty/tools/dotc/reporting Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2746,7 +2746,7 @@ class MissingImplicitArgument(
27462746 i " \n\n Note: ${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\n Note: implicit conversions are not automatically applied to implicit arguments. " +
2749+ i " \n\n Note: 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 )
You can’t perform that action at this time.
0 commit comments