Skip to content

Commit 8cd892a

Browse files
committed
[Concurrency] Serialize @asyncHandler attribute.
We'll be able to infer @asyncHandler attributes from protocol requirements, which means we'll need to serialize this information.
1 parent 6ed662e commit 8cd892a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/AST/Attr.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,8 +562,8 @@ SIMPLE_DECL_ATTR(noDerivative, NoDerivative,
562562

563563
SIMPLE_DECL_ATTR(asyncHandler, AsyncHandler,
564564
OnFunc | UserInaccessible |
565-
ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove |
566-
NotSerialized, 101)
565+
ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove,
566+
101)
567567

568568
#undef TYPE_ATTR
569569
#undef DECL_ATTR_ALIAS

0 commit comments

Comments
 (0)