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 498578e commit 16dec6bCopy full SHA for 16dec6b
compiler/src/dotty/tools/dotc/config/Config.scala
@@ -13,7 +13,7 @@ object Config {
13
/** When updating a constraint bound, check that the constrained parameter
14
* does not appear at the top-level of either of its bounds.
15
*/
16
- final val checkConstraintsNonCyclic = false
+ final val checkConstraintsNonCyclic = true
17
18
/** Check that each constraint resulting from a subtype test
19
* is satisfiable.
0 commit comments