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.
-disable-constraint-solver-performance-hacks
1 parent c1e0e66 commit 4591884Copy full SHA for 4591884
test/Constraints/issue-52724.swift
@@ -1,4 +1,4 @@
1
-// RUN: %target-swift-frontend -typecheck -verify -disable-constraint-solver-performance-hacks %s
+// RUN: %target-swift-frontend -typecheck -verify %s
2
3
// https://github.com/apple/swift/issues/52724
4
test/Constraints/warn_long_compile.swift
-// RUN: %target-typecheck-verify-swift -warn-long-expression-type-checking=1 -disable-constraint-solver-performance-hacks -warn-long-function-bodies=1
+// RUN: %target-typecheck-verify-swift -warn-long-expression-type-checking=1 -warn-long-function-bodies=1
@_silgen_name("generic_foo")
func foo<T>(_ x: T) -> T
0 commit comments