Skip to content

Commit ad2ded8

Browse files
committed
Fix broken links to abi chapter
1 parent a06fe1b commit ad2ded8

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
@@ -347,7 +347,7 @@ fn documented() {
347347
> function items.
348348
349349
The attributes that have meaning on a function are [`cfg`], [`cfg_attr`], [`deprecated`],
350-
[`doc`], [`export_name`], [`link_section`], [`no_mangle`], [the lint check
350+
[`doc`], [`export_name`][abi.symbol-name.export_name], [`link_section`][abi.link_section], [`no_mangle`][abi.symbol-name.no_mangle], [the lint check
351351
attributes], [`must_use`], [the procedural macro attributes], [the testing
352352
attributes], and [the optimization hint attributes]. Functions also accept
353353
attributes macros.

0 commit comments

Comments
 (0)