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