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 a09d483 commit 9f837fbCopy full SHA for 9f837fb
src/linkage.md
@@ -286,7 +286,7 @@ we define what exactly is meant by "handling unwinding consistently".
286
287
r[link.unwinding.potential]
288
A Rust artifact is called *potentially unwinding* if any of the following conditions is met:
289
-- The artifact is linked with [the `unwind` runtime][panic-runtime].
+- The artifact is linked with [the `unwind` panic runtime][panic-runtime].
290
- The artifact contains a crate built with the `unwind` [panic strategy] that makes a call
291
to a function using a `-unwind` ABI.
292
- The artifact makes a `"Rust"` ABI call to code running in another Rust
0 commit comments