Skip to content

Commit 2de8159

Browse files
committed
Revert [AST] Mark @completionHandlerAsync user-inaccessible
This is too extreme, as we still want the attribute to appear in things like code completion and generated interfaces if it was explicitly written by the user. Reverts a2b5f68, but keeps the test case intact.
1 parent b617797 commit 2de8159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Attr.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ SIMPLE_DECL_ATTR(reasync, AtReasync,
625625
110)
626626

627627
DECL_ATTR(completionHandlerAsync, CompletionHandlerAsync,
628-
OnAbstractFunction | ConcurrencyOnly | LongAttribute | UserInaccessible |
628+
OnAbstractFunction | ConcurrencyOnly | LongAttribute |
629629
ABIStableToAdd | ABIStableToRemove |
630630
APIStableToAdd | APIStableToRemove,
631631
111)

0 commit comments

Comments
 (0)