Skip to content

Commit 6557f87

Browse files
committed
Fix rule name to follow style
1 parent 16f0d36 commit 6557f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ let fptr: extern "C" fn() -> i32 = new_i32;
258258

259259
r[items.fn.extern.unwind]
260260

261-
r[items.fn.extern.unwind.info]
261+
r[items.fn.extern.unwind.intro]
262262
Most ABI strings come in two variants, one with an `-unwind` suffix and one without.
263263
The `Rust` ABI always permits unwinding, so there is no `Rust-unwind` ABI. The
264264
choice of ABI, together with the runtime [panic mode][panic-modes], determines

0 commit comments

Comments
 (0)