Skip to content

Commit 0b3b4ed

Browse files
author
Kyle Strand
committed
linkage link, but better
1 parent aac2495 commit 0b3b4ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/linkage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ RUSTFLAGS='-C target-feature=+crt-static' cargo build --target x86_64-pc-windows
213213

214214
## Prohibited linkage scenarios
215215

216-
No crate may be linked with [the `panic=abort` runtime][panic-modes] if it has
216+
No crate may be linked with [the `panic=abort` runtime][panic-runtime] if it has
217217
both of the following characteristics:
218218

219219
* It contains a call to an `-unwind` foreign function or function pointer
@@ -228,4 +228,4 @@ runtime, so this prohibition does not apply to projects compiled with `cargo`.
228228
[`cfg` attribute `target_feature` option]: conditional-compilation.md#target_feature
229229
[configuration option]: conditional-compilation.md
230230
[procedural macros]: procedural-macros.md
231-
[panic-modes]: panic-runtime.md
231+
[panic-runtime]: panic-runtime.md

0 commit comments

Comments
 (0)