Skip to content

Commit 031c69a

Browse files
committed
Revert "Check for cyclic constraints"
This reverts commit 16dec6b.
1 parent 0e4adb8 commit 031c69a

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
@@ -13,7 +13,7 @@ object Config {
1313
/** When updating a constraint bound, check that the constrained parameter
1414
* does not appear at the top-level of either of its bounds.
1515
*/
16-
final val checkConstraintsNonCyclic = true
16+
final val checkConstraintsNonCyclic = false
1717

1818
/** Check that each constraint resulting from a subtype test
1919
* is satisfiable.

0 commit comments

Comments
 (0)