We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b454936 commit 22455d1Copy full SHA for 22455d1
compiler/src/dotty/tools/dotc/config/Config.scala
@@ -77,7 +77,7 @@ object Config {
77
final val traceDeepSubTypeRecursions = false
78
79
/** When explaining subtypes and this flag is set, also show the classes of the compared types. */
80
- final val verboseExplainSubtype = true
+ final val verboseExplainSubtype = false
81
82
/** If this flag is set, take the fast path when comparing same-named type-aliases and types */
83
final val fastPathForRefinedSubtype = true
0 commit comments