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 e5442fe commit 3e3fb58Copy full SHA for 3e3fb58
SwiftCompilerSources/Sources/Optimizer/Utilities/EscapeUtils.swift
@@ -184,7 +184,9 @@ protocol EscapeVisitorWithResult : EscapeVisitor {
184
var result: Result { get }
185
}
186
187
-private struct DefaultVisitor : EscapeVisitor {}
+// FIXME: This ought to be marked private, but that triggers a compiler bug
188
+// in debug builds (rdar://117413192)
189
+struct DefaultVisitor : EscapeVisitor {}
190
191
struct EscapeUtilityTypes {
192
0 commit comments