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 f4a6479 commit aabf428Copy full SHA for aabf428
TSPL.docc/ReferenceManual/Attributes.md
@@ -274,8 +274,9 @@ including important milestones.
274
```
275
276
You can use noasync availability with most declarations;
277
- however, you can't use it when declaring destructors.
278
- The system must be able to call destructors from any context.
+ however, you can't use it when declaring deinitializers.
+ Swift must be able to call a class's deinitializers from any context,
279
+ both synchronous and asynchronous.
280
281
- The `message` argument provides a textual message that the compiler displays
282
when emitting a warning or error about the use of a deprecated, obsoleted,
0 commit comments