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 16f0d36 commit 6557f87Copy full SHA for 6557f87
src/items/functions.md
@@ -258,7 +258,7 @@ let fptr: extern "C" fn() -> i32 = new_i32;
258
259
r[items.fn.extern.unwind]
260
261
-r[items.fn.extern.unwind.info]
+r[items.fn.extern.unwind.intro]
262
Most ABI strings come in two variants, one with an `-unwind` suffix and one without.
263
The `Rust` ABI always permits unwinding, so there is no `Rust-unwind` ABI. The
264
choice of ABI, together with the runtime [panic mode][panic-modes], determines
0 commit comments