Skip to content

Commit 6234478

Browse files
committed
Add UserInaccessible
1 parent 2f8a0dd commit 6234478

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
@@ -531,7 +531,7 @@ CONTEXTUAL_SIMPLE_DECL_ATTR(_resultDependsOnSelf, ResultDependsOnSelf,
531531
OnFunc | DeclModifier | UserInaccessible | ABIBreakingToAdd | ABIStableToRemove | APIBreakingToAdd | APIStableToRemove,
532532
150)
533533
SIMPLE_DECL_ATTR(_staticExclusiveOnly, StaticExclusiveOnly,
534-
OnStruct | ABIStableToAdd | ABIStableToRemove | APIBreakingToAdd | APIStableToRemove,
534+
OnStruct | UserInaccessible | ABIStableToAdd | ABIStableToRemove | APIBreakingToAdd | APIStableToRemove,
535535
151)
536536

537537
#undef TYPE_ATTR

0 commit comments

Comments
 (0)