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(
2746
2746
i " \n\n Note: ${s.ref.symbol.showLocated} was not considered because it was not imported with `import given`. "
2747
2747
def noChainConversionsNote (ignoredConversions : Iterable [TermRef ]): Option [String ] =
2748
2748
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 . " +
2750
2750
i " You will have to pass the argument explicitly. \n " +
2751
2751
i " The following conversions in scope result in ${pt.show}: ${ignoredConversions.map(g => s " \n - ${g.symbol.showDcl}" ).mkString}"
2752
2752
)
You can’t perform that action at this time.
0 commit comments