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.
2 parents cfbc77c + 8a6002a commit b6c506dCopy full SHA for b6c506d
src/dependability.md
@@ -76,7 +76,7 @@ inputs are valid.
76
<a id="c-dtor-fail"></a>
77
## Destructors never fail (C-DTOR-FAIL)
78
79
-Destructors are executed on task failure, and in that context a failing
+Destructors are executed while panicking, and in that context a failing
80
destructor causes the program to abort.
81
82
Instead of failing in a destructor, provide a separate method for checking for
0 commit comments