From bc869e74cb18ffdb4d42b59ad654f55403b9b6bd Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 15 Dec 2016 15:43:09 +0100 Subject: Add CyclicImplicitVal error to messages (reverted from commit 559e49317912ce52c51e295346cebcafbb69462d) --- .../src/dotty/tools/dotc/reporting/diagnostic/messages.scala | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'compiler/src/dotty/tools/dotc/reporting') diff --git a/compiler/src/dotty/tools/dotc/reporting/diagnostic/messages.scala b/compiler/src/dotty/tools/dotc/reporting/diagnostic/messages.scala index ce3cb48ec..489165e56 100644 --- a/compiler/src/dotty/tools/dotc/reporting/diagnostic/messages.scala +++ b/compiler/src/dotty/tools/dotc/reporting/diagnostic/messages.scala @@ -899,15 +899,4 @@ object messages { val msg = hl"trying to define package with same name as `$existing`" val explanation = "" } - - case class CyclicImplicitVal(cycleSym: Symbol)(implicit ctx: Context) - extends Message(34) { - val kind = "Cyclic Reference" - val msg = em"cyclic reference involving $cycleSym" - val explanation = - hl"""|This happens when the right hand-side of $cycleSym's definition - |involves an implicit search. - | - |To avoid the error, give $cycleSym an explicit type.""" - } } -- cgit v1.2.3