Skip to content

Commit 22455d1

Browse files
committed
Turn off verboseExplainSubtype by default
1 parent b454936 commit 22455d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/config/Config.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ object Config {
7777
final val traceDeepSubTypeRecursions = false
7878

7979
/** When explaining subtypes and this flag is set, also show the classes of the compared types. */
80-
final val verboseExplainSubtype = true
80+
final val verboseExplainSubtype = false
8181

8282
/** If this flag is set, take the fast path when comparing same-named type-aliases and types */
8383
final val fastPathForRefinedSubtype = true

0 commit comments

Comments
 (0)