Skip to content

Commit 9f837fb

Browse files
ehussRalfJung
andcommitted
Add "panic" to "unwind runtime"
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent a09d483 commit 9f837fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linkage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ we define what exactly is meant by "handling unwinding consistently".
286286

287287
r[link.unwinding.potential]
288288
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].
289+
- The artifact is linked with [the `unwind` panic runtime][panic-runtime].
290290
- The artifact contains a crate built with the `unwind` [panic strategy] that makes a call
291291
to a function using a `-unwind` ABI.
292292
- The artifact makes a `"Rust"` ABI call to code running in another Rust

0 commit comments

Comments
 (0)