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 bb51a8f commit 413dbbcCopy full SHA for 413dbbc
lib/AST/TypeJoinMeet.cpp
@@ -314,7 +314,7 @@ CanType TypeJoin::visitFunctionType(CanType second) {
314
auto secondExtInfo = secondFnTy->getExtInfo();
315
316
// FIXME: Properly handle these attributes.
317
- if (firstExtInfo.withNoEscape(false) != secondExtInfo.withNoEscape(false))
+ if (firstExtInfo != secondExtInfo)
318
return Unimplemented;
319
320
if (!AnyFunctionType::equalParams(firstFnTy->getParams(),
0 commit comments