We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08dd30d commit d081b24Copy full SHA for d081b24
src/doc/trpl/ffi.md
@@ -170,6 +170,8 @@ Foreign libraries often hand off ownership of resources to the calling code.
170
When this occurs, we must use Rust's destructors to provide safety and guarantee
171
the release of these resources (especially in the case of panic).
172
173
+For more about destructors, see the [Drop trait](../std/ops/trait.Drop.html).
174
+
175
# Callbacks from C code to Rust functions
176
177
Some external libraries require the usage of callbacks to report back their
0 commit comments